mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	perf: 右侧按钮默认固定列
This commit is contained in:
		| @@ -231,6 +231,7 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns | |||||||
|     const tableSchemaItem = { |     const tableSchemaItem = { | ||||||
|       title: crudSchema.actionTitle ? crudSchema.actionTitle : t('table.action'), |       title: crudSchema.actionTitle ? crudSchema.actionTitle : t('table.action'), | ||||||
|       field: 'actionbtns', |       field: 'actionbtns', | ||||||
|  |       fixed: 'right' as unknown as VxeColumnPropTypes.Fixed, | ||||||
|       width: crudSchema.actionWidth ? crudSchema.actionWidth : '200px', |       width: crudSchema.actionWidth ? crudSchema.actionWidth : '200px', | ||||||
|       slots: { |       slots: { | ||||||
|         default: 'actionbtns_default' |         default: 'actionbtns_default' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu