Browse Source

feat: [模板管理] 附件字填报才能操作

lkf
memorylkf 2 months ago
parent
commit
163ccb6b0f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/lba/LBA003.vue
  2. +1
    -1
      src/views/business/comps/template/formConfig/sp/SP007.js

+ 1
- 1
src/views/business/comps/template/comps/lba/LBA003.vue View File

@ -144,7 +144,7 @@ export default {
attTitle: { attTitle: {
label: 'template.lba.lba003.fj', label: 'template.lba.lba003.fj',
type: "attachment", type: "attachment",
fillType: "preFill",
fillType: "actFill",
}, },
} }
} }

+ 1
- 1
src/views/business/comps/template/formConfig/sp/SP007.js View File

@ -151,7 +151,7 @@ export const getfjFormConfig = () => {
attTitle: { attTitle: {
label: 'template.sp.sp007.bt', label: 'template.sp.sp007.bt',
type: 'attachment', type: 'attachment',
fillType: 'preFill'
fillType: 'actFill'
} }
} }
} }

Loading…
Cancel
Save