From 5da3e4193dd33d22c189acf1136da875e66a0ee8 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 8 Dec 2022 17:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E8=80=83=E5=88=97=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=AE=A1=E7=90=86=E5=91=98=E4=B9=9F=E5=8F=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index e9d9e0a6e..54b32a152 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -838,7 +838,7 @@ if (Obj[item] instanceof Object && Obj[item].controlType !== undefined) { Obj[item].list.forEach((itemLi) => { console.log(item) - if(this.currentPersonRole == 'homo' && item == 'referencesCol'){ + if((this.currentPersonRole == 'homo' || this.currentPersonRole == 'admin') && item == 'referencesCol'){ itemLi.isLock = 0 }else{ itemLi.isLock = 1