mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08: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