vue3:review 部门管理、岗位管理、字典管理

This commit is contained in:
YunaiV
2022-11-26 22:28:23 +08:00
parent ae8795df8e
commit f168699821
6 changed files with 20 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export const rules = reactive({
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryTitle: '角色编号',
primaryType: 'seq',
action: true,
actionWidth: '400px',