Browse Source

fix: [模板管理] dl023的描述

luojie
memorylkf 3 weeks ago
parent
commit
c25b44ee3e
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/views/business/comps/template/comps/dl/DL023.vue

+ 5
- 3
src/views/business/comps/template/comps/dl/DL023.vue View File

@ -160,7 +160,7 @@ export default {
label: 'template.dl.dl023.zwbh', label: 'template.dl.dl023.zwbh',
type: 'input', type: 'input',
fillType: 'actFill', fillType: 'actFill',
bodyMaxlength: 50,
maxlength: 50,
}, },
uvazsjl: { uvazsjl: {
label: "template.dl.dl023.uvazsjl", label: "template.dl.dl023.uvazsjl",
@ -173,12 +173,14 @@ export default {
maxlength: 20, maxlength: 20,
}, },
zszsj: { zszsj: {
span: 1,
span:1,
label: 'template.dl.dl023.zszsj', label: 'template.dl.dl023.zszsj',
type: 'input', type: 'input',
with: 100, with: 100,
fillType: 'actFill', fillType: 'actFill',
bodyMaxlength: 50,
maxlength: 50,
subType: 'text',
subText: '说明:当一批动物或细胞培养板完成照射后紫外照射仪屏幕显示的总照射时间',
}, },
zskssj: { zskssj: {
label: 'template.dl.dl023.zskssj', label: 'template.dl.dl023.zskssj',

Loading…
Cancel
Save