|
|
@ -10,7 +10,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
width: 200, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
@ -20,7 +20,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'requestNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
@ -29,7 +29,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'jobNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -37,7 +37,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'planNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|