Browse Source

feat:[模板管理][sp021]

ouqian
luojie 1 month ago
parent
commit
aae6cb313f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/components/Template/BaseInfoFormPackage.vue

+ 3
- 0
src/components/Template/BaseInfoFormPackage.vue View File

@ -174,6 +174,9 @@
:style="{ 'width': sItem.labelWidth ? sItem.labelWidth + 'px' : '150px' }" :style="{ 'width': sItem.labelWidth ? sItem.labelWidth + 'px' : '150px' }"
v-if="sItem.label"> v-if="sItem.label">
{{ $t(sItem.label) }}</div> {{ $t(sItem.label) }}</div>
<div v-if="sItem.type === 'span'" class="flex1">
{{ formFields[key] }}
</div>
<div v-if="sItem.type === 'dateTime'" class="flex1"> <div v-if="sItem.type === 'dateTime'" class="flex1">
<HandleFormItem :field-item-label="fieldItemLabel" :field-key="prefixKey + '_' + key" <HandleFormItem :field-item-label="fieldItemLabel" :field-key="prefixKey + '_' + key"
type="dateTime" :item="sItem" v-model="formFields[key]" @copy="onCopy(sItem, key)" type="dateTime" :item="sItem" v-model="formFields[key]" @copy="onCopy(sItem, key)"

Loading…
Cancel
Save