Преглед на файлове

feat:添加配置所属平台可选禁用项

snow преди 1 година
родител
ревизия
f1c959419b
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 3 2
      src/components/globalComponents/search-terrace/main.vue
  2. 1 0
      src/views/goodStore/goodsOnline/index.vue

+ 3 - 2
src/components/globalComponents/search-terrace/main.vue

@@ -16,7 +16,7 @@
       :key="item.id + index"
       :label="item.platform_name"
       :value="item.id"
-      :disabled="item.status + '' === '0'"
+      :disabled="item.status + '' === '0' && !controlDisabled"
     />
   </el-select>
 </template>
@@ -35,7 +35,8 @@ export default {
     'disabled',
     'type',
     'names',
-    'is_show'
+    'is_show',
+    'controlDisabled'
   ],
   /**
    * 属性集合

+ 1 - 0
src/views/goodStore/goodsOnline/index.vue

@@ -105,6 +105,7 @@
                 :size="'mini'"
                 :isDetail="false"
                 :is_show="'0'"
+                :controlDisabled="true"
                 :placeholder="'所属平台'"
                 @searchChange="platform_codeChange"
             /></el-col>