From 540e97a4354831653635d3333bb6fe3d7f13a4bd Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 12 Feb 2026 14:31:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=83=A6=E4=BA=BA=E7=9A=84=E6=B5=93=E5=BA=A6=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=92=8C=E5=8D=95=E4=BD=8D=E6=8D=A2=E7=AE=97]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPackage.vue | 8 +++++++- src/components/Template/HandleFormItem.vue | 3 +++ src/components/Template/mixins/formPackageMixins.js | 13 ++++++++++++- src/views/business/comps/template/comps/sp/SP003.vue | 4 +++- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue index a965ab0..3d2fb4b 100644 --- a/src/components/Template/BaseInfoFormPackage.vue +++ b/src/components/Template/BaseInfoFormPackage.vue @@ -86,7 +86,7 @@ :error="errors[key]" @update:error="errors[key] = false" :orange-bg="orangeBgFields[key]" /> -
+
@@ -153,6 +153,12 @@ @change="(e,type)=>onSelectChange(sItem.subKey, e,type)" :error="errors[sItem.subKey]" @update:error="errors[sItem.subKey] = false" :orange-bg="orangeBgFields[sItem.subKey]" /> +
{{ formFields[sItem.subKey] }}
{{ $t( sItem.subText) }}