From ed34be20dcb180d772fe7960e19d740bd0a0fad7 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期三, 17 四月 2024 17:29:47 +0800 Subject: [PATCH] 修复检验填值时输入框输入无效情况 --- src/components/view/a7-standard-method.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/components/view/a7-standard-method.vue b/src/components/view/a7-standard-method.vue index 9bd74b1..47379a7 100644 --- a/src/components/view/a7-standard-method.vue +++ b/src/components/view/a7-standard-method.vue @@ -115,6 +115,16 @@ value: 1, label: '鏄�' }] + }, + isUse: { + select: [{ + value: 0, + type: 'info', + label: '鍚�' + }, { + value: 1, + label: '鏄�' + }] } }, selectField: { -- Gitblit v1.9.3