@@ -1027,7 +1027,7 @@
{
span: 6,
label: '名称',
- prop: 'name',
+ prop: 'skuTitle',
component: 'by-input',
labelWidth: '70px',
compConfig: {
@@ -289,7 +289,7 @@
label: '商品名称',
attr: {
@@ -36,6 +36,12 @@ export default class QuestModel extends Vue {
}
},
columns:[{
+ title:'商品名称',
+ field:'productName'
+ },{
+ title:'商品编码',
+ field:'productCode'
title:'商品条码',
field:'barCode'