|
@@ -254,16 +254,14 @@ export default {
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
title: '金额',
|
|
title: '金额',
|
|
- key: 'totalPrice',
|
|
|
|
|
|
+ dataIndex: 'totalPrice',
|
|
width: 120,
|
|
width: 120,
|
|
-
|
|
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '预发货日期',
|
|
title: '预发货日期',
|
|
dataIndex: 'preDeliveryDate',
|
|
dataIndex: 'preDeliveryDate',
|
|
width: 120,
|
|
width: 120,
|
|
-
|
|
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|