参数收集自定义表头修改
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user