Sfoglia il codice sorgente

总后台-商品分类数字去掉

sunxiaobiao 1 anno fa
parent
commit
086b4479ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/product/productClassify/index.vue

+ 1 - 1
src/views/product/productClassify/index.vue

@@ -22,7 +22,7 @@
22 22
           min-width="200"
23 23
         >
24 24
           <template slot-scope="scope">
25
-            <span>{{ scope.row.cate_name + '  [ ' + scope.row.store_category_id + '  ]' }}</span>
25
+            <span>{{ scope.row.cate_name }}</span>
26 26
           </template>
27 27
         </el-table-column>
28 28
         <el-table-column label="分类图标" min-width="80">