Browse Source

feat:[模板管理] DJ001

luojie
ZHANGTENG\张腾 1 week ago
parent
commit
1100fdf307
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/comps/template/comps/dj/DJ001.vue

+ 2
- 2
src/views/business/comps/template/comps/dj/DJ001.vue View File

@ -15,7 +15,7 @@
ref="operateStepRef" :formConfig="operateConfig" :formData="formData" /> ref="operateStepRef" :formConfig="operateConfig" :formData="formData" />
<BaseInfoFormPackage v-if="fillType !== 'preFill'" fieldItemLabel="template.dj.dj001.fhfw" <BaseInfoFormPackage v-if="fillType !== 'preFill'" fieldItemLabel="template.dj.dj001.fhfw"
ref="fhfwCheckBoxRef" :formConfig="fhfwCheckBoxConfig" :formData="formData" /> ref="fhfwCheckBoxRef" :formConfig="fhfwCheckBoxConfig" :formData="formData" />
<div class="template-form-item" >
<div class="template-form-item" v-if="fillType === 'preFill'">
<span>{{ $t('template.dj.dj001.fhfw') }}</span> <span>{{ $t('template.dj.dj001.fhfw') }}</span>
<CustomTable <CustomTable
:columns="operateColumns" :columns="operateColumns"
@ -36,7 +36,7 @@
</template> </template>
</CustomTable> </CustomTable>
</div> </div>
<div class="template-form-item" >
<div class="template-form-item" v-if="fillType === 'preFill'">
<span>{{ $t('template.dj.dj001.fhlr') }}</span> <span>{{ $t('template.dj.dj001.fhlr') }}</span>
<CustomTable <CustomTable
:columns="fhlrColumns" :columns="fhlrColumns"

Loading…
Cancel
Save