系统管理中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

@ -4,7 +4,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id', // 默认的主键ID
primaryTitle: '编号', // 默认显示的值
primaryType: 'seq', // 默认为seq序号模式
primaryType: 'id', // 默认为seq序号模式
action: true,
actionWidth: '200', // 3个按钮默认200如有删减对应增减即可
columns: [