上报库自定义表头修改

This commit is contained in:
zyx.net
2023-04-07 14:00:14 +08:00
parent 043a5e09b8
commit 43e39f810d
2 changed files with 17 additions and 7 deletions
@@ -587,7 +587,10 @@
this.content = []
let checkedList = []
jsonHead.forEach((res, index) => {
checkedList.push(res.dataIndex)
if(res.headFieldCn == '操作'){
res.field = 'operation'
}
checkedList.push(res.field)
// 配置列
if (res.type) {
this.columns.push({
@@ -674,7 +677,10 @@
this.content = []
let checkedList = []
jsonHead.forEach((res, index) => {
checkedList.push(res.dataIndex)
if(res.headFieldCn == '操作'){
res.field = 'operation'
}
checkedList.push(res.field)
// 配置列
if (res.type) {
this.columns.push({