@ -322,7 +322,7 @@ export const PurchasePlanMain = useCrudSchemas(
field: 'orderCode',
sort: 'custom',
isForm: false,
isTable: false,
isTable: true,
table: {
width: 180,
},
@ -914,7 +914,7 @@ export const PurchasePlanDetail = useCrudSchemas(
{
label: '转换率',
field: 'conventRate',
field: 'convertRate',
sortSearchDefault: 9,
sortTableDefault: 26,