mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
fix: 使 Table 组件支持列宽和固定列配置
This commit is contained in:
2
src/types/table.d.ts
vendored
2
src/types/table.d.ts
vendored
@ -1,6 +1,8 @@
|
||||
export type TableColumn = {
|
||||
field: string
|
||||
label?: string
|
||||
width?: number | string
|
||||
fixed?: 'left' | 'right'
|
||||
children?: TableColumn[]
|
||||
} & Recordable
|
||||
|
||||
|
Reference in New Issue
Block a user