@@ -164,7 +164,7 @@ export default {
title: '发货数量',
dataIndex: 'shipmentQuantity',
scopedSlots: { customRender: 'shipmentQuantity' },
- // width: 120,
+ width: 120,
},
],
@@ -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')
+ }
{