Browse Source

修改入库title样式问题

dev
kilo 2 years ago
parent
commit
45fb6f47a2
  1. 4
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue

4
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -279,14 +279,14 @@ import JSelectItem from '@/components/jeecgbiz/JSelectItem'
placeholder: '请输入${title}',
defaultValue:'',
},
{
title: '计划详情id',
title: '',
key: 'processUdgetPlanMaterialId',
type: FormTypes.input,
width:"0px",
placeholder: '请输入${title}',
defaultValue:'',
},
]
},

Loading…
Cancel
Save