浏览代码

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,


正在加载...
取消
保存