From 6e87312df35442b0bdd61113ed13384844e1cd69 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 1 Nov 2023 18:04:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selection/StandardSelection.vue | 7 +------ .../modules/InspectionPlanDrawer.vue | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/selection/StandardSelection.vue b/src/components/selection/StandardSelection.vue index d537f1be..c0bf7125 100644 --- a/src/components/selection/StandardSelection.vue +++ b/src/components/selection/StandardSelection.vue @@ -2,7 +2,7 @@
@@ -31,11 +31,6 @@ export default { disabled: { type: Boolean, default: false - }, - // 只禁用输入框 - disabledInput: { - type: Boolean, - default: false } }, methods: { diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanDrawer.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanDrawer.vue index 2951241f..5ce38b24 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanDrawer.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanDrawer.vue @@ -16,7 +16,7 @@