Browse Source

显示成本价

family 1 year ago
parent
commit
d39a969ea5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/product/productList/index.vue

+ 1 - 0
src/views/product/productList/index.vue

@@ -147,6 +147,7 @@
147 147
         </el-table-column>
148 148
         <el-table-column prop="store_name" label="商品名称" min-width="200" />
149 149
         <!-- <el-table-column prop="type_name" label="商品类型" min-width="200" /> -->
150
+        <el-table-column prop="cost" label="成本价" min-width="70" />
150 151
         <el-table-column prop="price" label="商品售价" min-width="90" />
151 152
         <el-table-column prop="sales" label="销量" min-width="90" />
152 153
         <el-table-column prop="stock" label="库存" min-width="90" />