id显示为序号bug

This commit is contained in:
gexinzhineng/gxzn27
2023-03-14 13:10:31 +08:00
parent c634214213
commit be6e307ba0
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryType: 'id',
primaryTitle: '日志编号',
action: true,
actionWidth: '300',