系统管理中id显示序号bug

This commit is contained in:
gexinzhineng/gxzn27
2023-03-07 16:22:40 +08:00
parent cab8c9ad15
commit dac20068cc
11 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@ export const rules = reactive({
// crudSchemas
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryType: 'id',
primaryTitle: '用户编号',
action: true,
actionWidth: '200px',