mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-09 16:54:31 +00:00
系统管理中id显示序号bug
This commit is contained in:
@@ -4,7 +4,7 @@ const { t } = useI18n() // 国际化
|
||||
|
||||
const crudSchemas = reactive<VxeCrudSchema>({
|
||||
primaryKey: 'id',
|
||||
primaryType: 'seq',
|
||||
primaryType: 'id',
|
||||
primaryTitle: '日志编号',
|
||||
action: true,
|
||||
actionWidth: '80px',
|
||||
|
||||
Reference in New Issue
Block a user