Explorar el Código

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

sunxiaobiao hace 1 año
padre
commit
5d2410a76e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">