From c845b8b195eefdbd4fd531f824ea9b705a825ff7 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Sun, 11 Jan 2026 22:55:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E7=BB=84=E4=BB=B6=E7=BB=86=E8=8A=82=E5=A4=84?= =?UTF-8?q?=E7=90=86]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPcakge.vue | 51 ++++-- src/components/Template/CustomTable.vue | 17 +- src/components/Template/HandleFormItem.vue | 43 +---- src/components/Template/Step.vue | 10 +- .../comps/template/comps/sp/SWYPNBGZYZBB.vue | 182 ++++++--------------- .../comps/template/mixins/templateMixin.js | 35 ++-- 6 files changed, 136 insertions(+), 202 deletions(-) diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index c248313..5ed37d8 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -118,13 +118,13 @@ - -
{{ formFields[sItem.subKey] }}
- {{ formFields[sItem.subKey] }} +
@@ -146,13 +146,13 @@ @input="onInputNumberChange(key, $event)" :value="formFields[key]" @copy="onCopy(sItem, key)" :error="errors[key]" @update:error="errors[key] = false" :orange-bg="orangeBgFields[key]" /> - -
{{ formFields[sItem.subKey] }}
- {{ formFields[sItem.subKey] }}
+