diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 6a2fecb21..23712b327 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -587,10 +587,7 @@ this.content = [] let checkedList = [] jsonHead.forEach((res, index) => { - if(res.headFieldCn == '操作'){ - res.field = 'operation' - } - checkedList.push(res.field) + checkedList.push(res.dataIndex) // 配置列 if (res.type) { this.columns.push({