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