From ad126f5c19d107deec891f67aba211d415d7950b Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 7 Apr 2023 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=BA=93=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index1.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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({