Ver código fonte

同步分销商商品列表调整

逆水行舟 1 semana atrás
pai
commit
e49c2f1010
1 arquivos alterados com 13 adições e 1 exclusões
  1. 13 1
      src/views/product/productStockKeepingUnit/index.vue

+ 13 - 1
src/views/product/productStockKeepingUnit/index.vue

@@ -61,7 +61,8 @@ export default class SynchronousProduct extends Vue {
                 width: 150
             }, {
                 title: '商品名称',
-                field: 'name'
+                field: 'name',
+                width: 200
             }, {
                 title: '商品简称',
                 field: 'shortName'
@@ -71,6 +72,9 @@ export default class SynchronousProduct extends Vue {
             }, {
                 title: '单位',
                 field: 'unit'
+            }, {
+                title: '重量',
+                field: 'weight'
             }, {
                 title: '商品标签',
                 field: 'labels'
@@ -78,6 +82,14 @@ export default class SynchronousProduct extends Vue {
                 title: '销售价',
                 field: 'salePrice',
                 width: 140
+            }, {
+                title: '市场价',
+                field: 'marketPrice',
+                width: 140
+            }, {
+                title: '修改时间',
+                field: 'modifyTime',
+                width: 180
             },
                 // {
                 //     title: '操作',