feat(CoilSelector): 添加备注列并移除二维码列
在CoilSelector组件的数据配置和基础面板中添加备注列,同时注释掉不再需要的二维码列
This commit is contained in:
@@ -49,4 +49,10 @@ export const defaultColumns = [
|
||||
width: '120',
|
||||
showOverflowTooltip: true
|
||||
},
|
||||
{
|
||||
label: '备注',
|
||||
align: 'center',
|
||||
prop: 'remark',
|
||||
showOverflowTooltip: true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user