参数收集自定义表头修改

This commit is contained in:
zyx.net
2023-04-07 16:32:24 +08:00
parent fb6f7fb1af
commit f72f03ac6c
3 changed files with 7 additions and 3 deletions
@@ -884,7 +884,10 @@
jsonHead.forEach((res, index) => {
// console.log(res)
// 配置列
checkedList.push(res.dataIndex)
if(res.headFieldCn == '操作'){
res.field = 'operation'
}
checkedList.push(res.field)
if (res.type) {
// console.log('配置')
this.columns.push({