mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 09:48:43 +08:00 
			
		
		
		
	vue3:review 操作日志、登录日志、令牌管理、客户端管理
This commit is contained in:
		| @@ -6,6 +6,7 @@ import { VxeCrudSchema, useVxeCrudSchemas } from '@/hooks/web/useVxeCrudSchemas' | |||||||
| const crudSchemas = reactive<VxeCrudSchema>({ | const crudSchemas = reactive<VxeCrudSchema>({ | ||||||
|   primaryKey: 'id', |   primaryKey: 'id', | ||||||
|   primaryType: 'seq', |   primaryType: 'seq', | ||||||
|  |   primaryTitle: '日志编号', | ||||||
|   action: true, |   action: true, | ||||||
|   actionWidth: '80px', |   actionWidth: '80px', | ||||||
|   columns: [ |   columns: [ | ||||||
|   | |||||||
| @@ -23,7 +23,7 @@ export const rules = reactive({ | |||||||
| // CrudSchema | // CrudSchema | ||||||
| const crudSchemas = reactive<VxeCrudSchema>({ | const crudSchemas = reactive<VxeCrudSchema>({ | ||||||
|   primaryKey: 'clientId', |   primaryKey: 'clientId', | ||||||
|   primaryType: 'seq', |   primaryType: null, | ||||||
|   action: true, |   action: true, | ||||||
|   columns: [ |   columns: [ | ||||||
|     { |     { | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ const { t } = useI18n() // 国际化 | |||||||
| // CrudSchema | // CrudSchema | ||||||
| const crudSchemas = reactive<VxeCrudSchema>({ | const crudSchemas = reactive<VxeCrudSchema>({ | ||||||
|   primaryKey: 'id', |   primaryKey: 'id', | ||||||
|   primaryType: 'seq', |   primaryType: null, | ||||||
|   action: true, |   action: true, | ||||||
|   columns: [ |   columns: [ | ||||||
|     { |     { | ||||||
|   | |||||||
| @@ -8,6 +8,7 @@ const { t } = useI18n() // 国际化 | |||||||
| const crudSchemas = reactive<VxeCrudSchema>({ | const crudSchemas = reactive<VxeCrudSchema>({ | ||||||
|   primaryKey: 'id', |   primaryKey: 'id', | ||||||
|   primaryType: 'seq', |   primaryType: 'seq', | ||||||
|  |   primaryTitle: '日志编号', | ||||||
|   action: true, |   action: true, | ||||||
|   actionWidth: '80px', |   actionWidth: '80px', | ||||||
|   columns: [ |   columns: [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV