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">
onBeforeReagentSubmit(data, callback,key)"
@@ -219,6 +220,8 @@
:field-key="prefixKey+'_'+key" :type="sItem.type"
:error="errors[key]" @update:error="errors[key] = false"
:item="getRegentItem(sItem)" :value="formFields[key]" />
+ {{ $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',
- }
+
}
}
]