From 299439f64cefb02ac85278b220c81630de5e5df5 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 23 Jun 2025 16:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=88=B6=E5=AD=90=E9=80=9A?= =?UTF-8?q?=E4=BF=A1=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuipInput.vue | 10 +- src/components/site/ConfigAppInformation.vue | 26 ++- src/views/agent/siteSemSetting.vue | 229 +++++++++++++++++---------- 3 files changed, 167 insertions(+), 98 deletions(-) diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index adbad6a..2983dff 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -4,9 +4,9 @@ :prop="prop" :rules="rules">

{{ desc }}

+ @blur="$emit('blur', inputValue)" @focus="$emit('focus', inputValue)" >