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:
		@@ -10,7 +10,7 @@ export const rules = reactive({
 | 
			
		||||
// CrudSchema
 | 
			
		||||
const crudSchemas = reactive<VxeCrudSchema>({
 | 
			
		||||
  primaryKey: 'id',
 | 
			
		||||
  primaryType: 'seq',
 | 
			
		||||
  primaryType: 'id',
 | 
			
		||||
  primaryTitle: '表单编号',
 | 
			
		||||
  action: true,
 | 
			
		||||
  columns: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user