Browse Source

商户后台-商品分类-隐藏对用户不友好的ID展示

sunxiaobiao 1 year ago
parent
commit
5d2410a76e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/product/productClassify/index.vue

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

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