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

@ -23,7 +23,7 @@ export const rules = reactive({
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryType: 'id',
primaryTitle: '配置编号',
action: true,
actionWidth: '400px',