diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index 78599d6..ec26ce0 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -299,6 +299,7 @@ export default { label: "其他", fillType: sItem.fillType, maxlength: sItem.otherMaxlength || 50, + parentLabel: sItem.label, } }, getClickableItem(sItem) { @@ -306,6 +307,7 @@ export default { label: "", type: "clickable", fillType: sItem.subFillType || sItem.fillType, + parentLabel: sItem.label, } }, getSubItem(sItem) { @@ -313,6 +315,7 @@ export default { label: "", options: sItem.subOptions || [], fillType: sItem.subFillType || sItem.fillType, + parentLabel: sItem.label, } }, isShowOther(v = []) { diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index 01a4031..e8ead69 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -3,71 +3,66 @@
+ :placeholder="getPlaceholder()" v-model="inputValue" @input="onInputChange" @change="onInputChange" /> - + + :class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')" v-model="inputValue" + :disabled="getDisabled()" :placeholder="getPlaceholder()" @visible-change="onSelectBlur" + @change="onInputChange"> - -
+
{{ value }} - {{getPlaceholder()}} + {{ getPlaceholder() }}
-
- +
+
- - +
- + -
+