|
@@ -233,7 +233,10 @@ export default {
|
|
dataIndex: 'preDeliveryDate',
|
|
dataIndex: 'preDeliveryDate',
|
|
width: 120,
|
|
width: 120,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ customRender: text => {
|
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
|
+ }
|
|
},
|
|
},
|
|
|
|
|
|
// {
|
|
// {
|