|
@ -289,6 +289,9 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
disabled: true |
|
|
disabled: true |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 130 |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '检验严格性', |
|
|
label: '检验严格性', |
|
@ -350,7 +353,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'action', |
|
|
field: 'action', |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
table: { |
|
|
table: { |
|
|
width: 200, |
|
|
width: 240, |
|
|
fixed: 'right' |
|
|
fixed: 'right' |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -423,4 +426,4 @@ export const InspectionRequestPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width:150 |
|
|
width:150 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
])) |
|
|
])) |
|
|