@@ -75,6 +75,20 @@
// type: 'input',
// placeholder: '请输入'
// },
+ {
+ label: '产品编码:',
+ value: 'productCode',
+ width: 380,
+ type: 'input',
+ placeholder: '请输入'
+ },
+ label: '产品名称:',
+ value: 'productName',
{
label: '创建时间:',
value: 'createTime',
@@ -1327,7 +1327,13 @@
align: 'center',
minWidth: 90
},
-
+ prop: 'createTime',
+ label: '创建时间',
+ showOverflowTooltip: true,
+ align: 'center',
+ minWidth: 160
slot: 'action',