浏览代码

福达产品价格商品名称搜索10.23

caojunjie 1 年之前
父节点
当前提交
69b5b4c68d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/maintenance/priceLibrary/index.vue

+ 3 - 3
src/views/maintenance/priceLibrary/index.vue

@@ -14,9 +14,9 @@
           <el-button type="primary" size="small" :disabled="selectionList.length==0" @click.stop="upType">更新商品类型
           </el-button>
         </template>
-        <template slot="cnameSearch">
-          <goods-select v-model="search.cname" :configuration="goodsConfiguration" />
-        </template>
+        <!--<template slot="cnameSearch">-->
+        <!--  <goods-select v-model="search.cname" :configuration="goodsConfiguration" />-->
+        <!--</template>-->
         <template slot="priorityReferrer" slot-scope="{ row }">
           <el-checkbox :disabled="!row.$cellEdit" v-model="row.priorityReferrer" :true-label="1" :false-label="0" />
         </template>