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

@@ -16,6 +16,7 @@ export const rules = reactive({
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '岗位编号',
action: true,
columns: [
{