-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
{ width: width.w_4, title: '', fixed: 'left', align: 'center', dataIndex: '', customRender: (text, row, index) => { return index + 1; } }
上面方式可行,下面带自定义的控件不行
id: { width: width.w_4, title: '头像', fixed: 'left', align: 'center', dataIndex: '', customRender: (text, row, index) => { return <im-avatar slot="avatar" slot-scope="text" url={text}></im-avatar>; } },