Browse Source

修改填写

dev
caoyizhong 2 years ago
parent
commit
e8ad87b62a
  1. 4
      src/views/activiti/form/ProcessUdgetPlanForm.vue

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

@ -461,7 +461,7 @@
title: '金额(元)',
key: 'materialAmount',
type: FormTypes.inputNumber,
disabled: this.disabled,
disabled: true,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@ -470,7 +470,7 @@
title: '供应商',
key: 'supplierId',
type: FormTypes.input,
disabled: this.disabled,
disabled: true,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''

Loading…
Cancel
Save