系统管理中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 @@ const { t } = useI18n() // 国际化
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryType: 'id',
primaryTitle: '日志编号',
action: true,
actionWidth: '80px',