mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-15 02:21:53 +08:00
系统管理中id显示序号bug
This commit is contained in:
@@ -4,7 +4,7 @@ const { t } = useI18n() // 国际化
|
||||
// CrudSchema
|
||||
const crudSchemas = reactive<VxeCrudSchema>({
|
||||
primaryKey: 'id',
|
||||
primaryType: 'seq',
|
||||
primaryType: 'id',
|
||||
primaryTitle: '日志编号',
|
||||
action: true,
|
||||
columns: [
|
||||
|
Reference in New Issue
Block a user