mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-23 22:58:38 +00:00
系统管理中id显示序号bug
This commit is contained in:
@@ -11,7 +11,7 @@ export const rules = reactive({
|
||||
// 新增 + 修改
|
||||
const crudSchemas = reactive<VxeCrudSchema>({
|
||||
primaryKey: 'id',
|
||||
primaryType: 'seq',
|
||||
primaryType: 'id',
|
||||
primaryTitle: '编号',
|
||||
action: true,
|
||||
columns: [
|
||||
|
||||
Reference in New Issue
Block a user