@@ -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: '操作',