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