|
@@ -184,6 +184,7 @@ export default {
|
|
|
prop: 'fileUrl',
|
|
|
rules: []
|
|
|
},
|
|
|
+ attributes:{},
|
|
|
render: (h, { props, onInput }) => {
|
|
|
return (
|
|
|
<ImageUpload fileList={this.formData.fileUrl} limit={1} fileType={["image"]} />
|
|
@@ -192,6 +193,7 @@ export default {
|
|
|
}, {
|
|
|
name: 'el-input',
|
|
|
md: 24,
|
|
|
+ attributes:{},
|
|
|
formItemAttributes: {
|
|
|
label: '备注',
|
|
|
prop: 'remark',
|
|
@@ -200,6 +202,7 @@ export default {
|
|
|
}, {
|
|
|
md: 24,
|
|
|
name: 'slot-component',
|
|
|
+ attributes:{},
|
|
|
formItemAttributes: {
|
|
|
label: '',
|
|
|
'label-width': '0px',
|
|
@@ -211,6 +214,7 @@ export default {
|
|
|
}, {
|
|
|
md: 6,
|
|
|
name: 'slot-component',
|
|
|
+ attributes:{},
|
|
|
formItemAttributes: {
|
|
|
label: '结算金额合计',
|
|
|
prop: '',
|
|
@@ -221,6 +225,7 @@ export default {
|
|
|
}, {
|
|
|
md: 6,
|
|
|
name: 'slot-component',
|
|
|
+ attributes:{},
|
|
|
formItemAttributes: {
|
|
|
label: '发放人数',
|
|
|
prop: '',
|
|
@@ -231,6 +236,7 @@ export default {
|
|
|
}, {
|
|
|
md: 24,
|
|
|
name: 'slot-component',
|
|
|
+ attributes:{},
|
|
|
formItemAttributes: {
|
|
|
label: '',
|
|
|
'label-width': '0px',
|