|
@ -452,6 +452,9 @@ export const InspectionRecordMain = useCrudSchemas( |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
|
|
|
search: { |
|
|
|
|
|
value: 'TRUE' |
|
|
|
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
component: 'Switch', |
|
|
component: 'Switch', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
|