소스 검색

Task 事项

rongxin_dev
zhaodengke 7 달 전
부모
커밋
6a9b8e80f3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue

+ 3
- 3
src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue 파일 보기

@@ -16,13 +16,13 @@
<van-field v-model="form.totalMoney" label="金额(元)" input-align="right" :border="false" type="number" />-->

<van-field
name="openPic"
name="openPic1"
label="事前公开"
input-align="right"
:border="false"
>
</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
name="openPic2"
@@ -73,7 +73,7 @@
perMoney: null,
totalMoney: null,
remark: null,
openPic: null,
openPic1: null,
openPic2: null,
openPic3: null,
createBy: null,


불러오는 중...
취소
저장