From 9ac4cd944ab07d986e1877ca281ca675002b3ace Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 12 Feb 2026 11:33:13 +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 | 12 ++++++++++-- src/views/business/comps/template/comps/gsp/GSP009.vue | 9 ++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue index 0b93b28..a965ab0 100644 --- a/src/components/Template/BaseInfoFormPackage.vue +++ b/src/components/Template/BaseInfoFormPackage.vue @@ -90,7 +90,7 @@ - {{ $t( sItem.text) }} + {{ $t( sItem.subText) }}
{{ formFields[sItem.subKey] }}
+ {{ $t( sItem.subText) }}
+ class="flex item-center flex1"> + {{ $t( sItem.subText) }} +
@@ -429,4 +432,9 @@ export default { .ml-5{ margin-left: 5px; } +.sub-text{ + color: #606266; + font-size: 14px; + margin-left: 5px; +} \ No newline at end of file diff --git a/src/views/business/comps/template/comps/gsp/GSP009.vue b/src/views/business/comps/template/comps/gsp/GSP009.vue index 42452ea..692d500 100644 --- a/src/views/business/comps/template/comps/gsp/GSP009.vue +++ b/src/views/business/comps/template/comps/gsp/GSP009.vue @@ -163,12 +163,11 @@ export default { otherCode: "jgOther", otherMaxlength: 100, multiple: false, - options: this.getDictOptions('business_lba_jg') + options: this.getDictOptions('business_lba_jg'), + subType:"text", + subText:"template.lba.lba006.sjwjm" }, - ms: { - label: 'template.lba.lba006.sjwjm', - type: 'text', - } + } } ]