|
|
@@ -34,6 +34,12 @@ const ReservationGoodsColums = [ |
|
|
|
dataIndex: 'qty', |
|
|
|
sortDirections: ['ascend', 'descend'], |
|
|
|
sorter: (a, b) => a.value - b.value |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '预定部门', |
|
|
|
dataIndex: 'qty', |
|
|
|
sortDirections: ['ascend', 'descend'], |
|
|
|
sorter: (a, b) => a.value - b.value |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
@@ -41,6 +47,18 @@ const ReservationUserColums = [ |
|
|
|
{ |
|
|
|
title: '预定商品人员名称', |
|
|
|
dataIndex: 'name', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '预定部门', |
|
|
|
dataIndex: 'qty', |
|
|
|
sortDirections: ['ascend', 'descend'], |
|
|
|
sorter: (a, b) => a.value - b.value |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '操作', |
|
|
|
dataIndex: 'qty', |
|
|
|
sortDirections: ['ascend', 'descend'], |
|
|
|
sorter: (a, b) => a.value - b.value |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
|