| @@ -16,13 +16,13 @@ | |||||
| <van-field v-model="form.totalMoney" label="金额(元)" input-align="right" :border="false" type="number" />--> | <van-field v-model="form.totalMoney" label="金额(元)" input-align="right" :border="false" type="number" />--> | ||||
| <van-field | <van-field | ||||
| name="openPic" | |||||
| name="openPic1" | |||||
| label="事前公开" | label="事前公开" | ||||
| input-align="right" | input-align="right" | ||||
| :border="false" | :border="false" | ||||
| > | > | ||||
| </van-field> | </van-field> | ||||
| <CommonUpload name="openPic" v-model="form.openPic" multiple :deletable="false" :show-upload="false"/> | |||||
| <CommonUpload name="openPic1" v-model="form.openPic1" multiple :deletable="false" :show-upload="false"/> | |||||
| <van-field | <van-field | ||||
| name="openPic2" | name="openPic2" | ||||
| @@ -73,7 +73,7 @@ | |||||
| perMoney: null, | perMoney: null, | ||||
| totalMoney: null, | totalMoney: null, | ||||
| remark: null, | remark: null, | ||||
| openPic: null, | |||||
| openPic1: null, | |||||
| openPic2: null, | openPic2: null, | ||||
| openPic3: null, | openPic3: null, | ||||
| createBy: null, | createBy: null, | ||||