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;