@ -67,11 +67,10 @@ export const SupplierDeliCount = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isForm: false,
},
// {
// label: '下一便次开始时间',
// field: 'nextDeliTimer',
// sort: 'custom',
// formatter: dateFormatter,
// isForm: false,
// }
{
label: '要货计划单号',
field: 'ppNumber',
]))