fix: dicttype 不能修改

This commit is contained in:
xingyu
2022-08-02 11:15:40 +08:00
parent 8edce3874a
commit c0ccada3c2
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,9 @@ export const crudSchemas = reactive<CrudSchema[]>([
field: 'dictType',
table: {
show: false
},
form: {
show: false
}
},
{