shish 2 лет назад
Родитель
Сommit
db47587d36
2 измененных файлов с 5 добавлено и 1 удалено
  1. 1 1
      pt/src/views/item-cat-relate/list.vue
  2. 4 0
      pt/src/views/item/list.vue

+ 1 - 1
pt/src/views/item-cat-relate/list.vue

@@ -49,7 +49,7 @@
 			</template>
 
 			<template #slot-cp-class="{scope}">
-				<el-select size="mini" v-model="currentClassName" placeholder="请选分类" style="width:150px;margin-right:10px;" @change="getClass" clearable>
+				<el-select size="mini" v-model="currentClassName" placeholder="建议分类" style="width:150px;margin-right:10px;" @change="getClass" clearable>
 					<el-option v-for="item in classData" :key="item.value" :label="item.name" :value="item.id"> </el-option>
 				</el-select>				
 			</template>

+ 4 - 0
pt/src/views/item/list.vue

@@ -91,6 +91,7 @@
 					<el-dropdown-item command="toAuth">加V认证</el-dropdown-item>
 					<el-dropdown-item command="cancelAuth">取消加V</el-dropdown-item>
 					<el-dropdown-item command="delCpRelate">删除产品关联</el-dropdown-item>
+					<el-dropdown-item command="setSuggestItem">设为建议花材</el-dropdown-item>
 				</el-dropdown-menu>
 				</el-dropdown>
 			</template>
@@ -365,6 +366,9 @@ export default {
 					})
 				})
 			}
+			if(cmd == 'setSuggestItem'){
+
+			}
 		},
     	changeCpClassStyle(e){
 			this.cpClassStyle = e