|
@ -60,11 +60,11 @@ export const SupplierDeliCount = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '下一便次开始时间', |
|
|
// label: '下一便次开始时间',
|
|
|
field: 'nextDeliTimer', |
|
|
// field: 'nextDeliTimer',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
formatter: dateFormatter, |
|
|
// formatter: dateFormatter,
|
|
|
isForm: false, |
|
|
// isForm: false,
|
|
|
} |
|
|
// }
|
|
|
])) |
|
|
])) |
|
|