|
@@ -273,9 +273,9 @@ export default {
|
|
|
dataIndex: 'orderDate',
|
|
|
width: 120,
|
|
|
className: 'replacecolor',
|
|
|
- // customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
- // }
|
|
|
+ customRender: text => {
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
{
|