From 13ce81c0f223d5ab0cf3c880cc6428f13e6018b7 Mon Sep 17 00:00:00 2001 From: yangzhicheng Date: Thu, 11 Jul 2024 14:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=BC=96=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/inspectionrouteDetail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/inspection/inspectionrouteDetail.vue b/src/views/inspection/inspectionrouteDetail.vue index 5a41327..7c560f8 100644 --- a/src/views/inspection/inspectionrouteDetail.vue +++ b/src/views/inspection/inspectionrouteDetail.vue @@ -132,6 +132,9 @@ this.addUpdateShowButton = false; this.frame_class = 'frame_class'; }else{ + const column = this.findObject(this.option.column, "routeNo"); + column.value = ' '; + column.disabled = true; this.readonlyForm = false; this.addUpdateShowButton = true; this.frame_class = null;