|
@@ -162,6 +162,13 @@
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '数量',
|
|
|
+ width: 90,
|
|
|
+ dataIndex: 'quantity',
|
|
|
+ className: 'replacecolor',
|
|
|
+ ellipsis: true
|
|
|
+ },
|
|
|
],
|
|
|
manualColumns:[
|
|
|
{
|
|
@@ -226,6 +233,13 @@
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '数量',
|
|
|
+ width: 90,
|
|
|
+ dataIndex: 'quantity',
|
|
|
+ className: 'replacecolor',
|
|
|
+ ellipsis: true
|
|
|
+ },
|
|
|
],
|
|
|
selectedRowKeys:[],
|
|
|
selectedRows:[],
|