|
@@ -251,16 +251,7 @@ export default {
|
|
|
return new Date(a.fsubmitDate) > new Date(b.fsubmitDate) ? 1 : -1;
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- title: '刷成衣结束日期',
|
|
|
- width: 170,
|
|
|
- dataIndex: 'readyEndDate',
|
|
|
- scopedSlots: { customRender: 'readyEndDate' },
|
|
|
- className: 'replacecolor',
|
|
|
- sorter: (a, b) => {
|
|
|
- return new Date(a.readyEndDate) > new Date(b.readyEndDate) ? 1 : -1;
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '返单日期',
|
|
|
width: 120,
|
|
@@ -343,6 +334,16 @@ export default {
|
|
|
return new Date(a.csubmitDate) > new Date(b.csubmitDate) ? 1 : -1;
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '刷成衣结束日期',
|
|
|
+ width: 170,
|
|
|
+ dataIndex: 'readyEndDate',
|
|
|
+ scopedSlots: { customRender: 'readyEndDate' },
|
|
|
+ className: 'replacecolor',
|
|
|
+ sorter: (a, b) => {
|
|
|
+ return new Date(a.readyEndDate) > new Date(b.readyEndDate) ? 1 : -1;
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
title: '返单日期',
|
|
|
width: 120,
|