|
@ -304,9 +304,6 @@ export const ScrapRequestMain = useCrudSchemas( |
|
|
field: 'outboundReason', |
|
|
field: 'outboundReason', |
|
|
dictType: DICT_TYPE.UNPLANNED_ISSUE_REASON, |
|
|
dictType: DICT_TYPE.UNPLANNED_ISSUE_REASON, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
formatter: (_: Recordable, __: TableColumn, cellValue: number) => { |
|
|
|
|
|
return cellValue |
|
|
|
|
|
}, |
|
|
|
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|