|
@ -99,7 +99,7 @@ export const Requestsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'directCreateRecord', |
|
|
field: 'directCreateRecord', |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isForm: false, |
|
|
isForm: true, |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|