mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	perf: 添加默认最小列宽
This commit is contained in:
		| @@ -208,7 +208,8 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns | ||||
|       const tableSchemaItem = { | ||||
|         ...schemaItem.table, | ||||
|         field: schemaItem.field, | ||||
|         title: schemaItem.table?.title || schemaItem.title | ||||
|         title: schemaItem.table?.title || schemaItem.title, | ||||
|         minWidth: '80px' | ||||
|       } | ||||
|       tableSchemaItem.showOverflow = 'tooltip' | ||||
|       if (schemaItem?.formatter) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu