From df3318c5a3d14c74c88d89cfb8776f4499d3245b Mon Sep 17 00:00:00 2001 From: weitingdong <2480899115@qq.com> Date: Mon, 22 Jul 2024 14:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E6=80=A7=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/workpermitDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/smart/workpermitDetail.vue b/src/views/smart/workpermitDetail.vue index 3123360..2b6edfb 100644 --- a/src/views/smart/workpermitDetail.vue +++ b/src/views/smart/workpermitDetail.vue @@ -530,9 +530,9 @@ this.checkStatusValue = this.$route.query.checkstatus; this.SearchDetail(); const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); - kksDescription.disabled = false; + kksDescription.disabled = true; const stations = this.findObject(this.tab1_option.column, "stations"); - stations.disabled = false; + stations.disabled = true; }else{ this.readonlyForm=false; this.shouldShowButton=false;