Browse Source

更改为org

feature
是小王呀\24601 11 months ago
parent
commit
0180601f99
  1. 2
      src/views/modules/volunteer/VoluntaryOrganization/info.vue
  2. 15
      src/views/modules/volunteer/VoluntaryOrganization/process.vue

2
src/views/modules/volunteer/VoluntaryOrganization/info.vue

@ -75,7 +75,7 @@
<!-- <upload-image :defaultFileList="fileList" :limit="1" @change="onChangeFileList" :file-list="formData.fileList" <!-- <upload-image :defaultFileList="fileList" :limit="1" @change="onChangeFileList" :file-list="formData.fileList"
@file-removed="removedImg"></upload-image> --> @file-removed="removedImg"></upload-image> -->
<div class="demo-image__preview"> <div class="demo-image__preview">
<el-image style="width: 100px; height: 100px" :src="formData.qualification" <el-image style="width: 100px; height: 100px" :src="formData.orgImage"
:preview-src-list="srcList"> :preview-src-list="srcList">
</el-image> </el-image>
</div> </div>

15
src/views/modules/volunteer/VoluntaryOrganization/process.vue

@ -9,7 +9,7 @@
{{ tableData.serviceTypeName }} {{ tableData.serviceTypeName }}
</el-form-item> </el-form-item>
<el-form-item label="组织类型"> <el-form-item label="组织类型">
{{ tableData.Organizationaltype}} {{ tableData.orgTypeName}}
</el-form-item> </el-form-item>
<el-form-item label="管理员姓名"> <el-form-item label="管理员姓名">
{{ tableData.operator}} {{ tableData.operator}}
@ -35,7 +35,7 @@
</el-form-item> </el-form-item>
<el-form-item label="附件"> <el-form-item label="附件">
<div class="demo-image__preview"> <div class="demo-image__preview">
<el-image style="width: 100px; height: 100px" :src="tableData.qualification"> <el-image style="width: 100px; height: 100px" :src="tableData.orgImage">
</el-image> </el-image>
</div> </div>
<!-- {{ tableData.address}} --> <!-- {{ tableData.address}} -->
@ -43,6 +43,16 @@
<el-form-item label="申请时间"> <el-form-item label="申请时间">
{{tableData.updatedTime}} {{tableData.updatedTime}}
</el-form-item> </el-form-item>
<el-form-item label="志愿品牌">
{{tableData.brand}}
</el-form-item>
<el-form-item label="品牌展示图">
<div class="demo-image__preview">
<el-image style="width: 100px; height: 100px" :src="tableData.brandImg">
</el-image>
</div>
<!-- {{ tableData.address}} -->
</el-form-item>
<el-form-item label="审核结果" > <el-form-item label="审核结果" >
<!-- <div style="display: flex; justify-items:center; align-items: center;"> <!-- <div style="display: flex; justify-items:center; align-items: center;">
<el-radio v-model="status1" label="pass" style="margin-right:20px">通过</el-radio> <el-radio v-model="status1" label="pass" style="margin-right:20px">通过</el-radio>
@ -180,6 +190,7 @@ export default {
if(res.code===0){ if(res.code===0){
console.log("列表请求成功!!!!!!!!!!!!!!"); console.log("列表请求成功!!!!!!!!!!!!!!");
this.tableData = res.data[0] this.tableData = res.data[0]
console.log(this.tableData, "this.tableData"); console.log(this.tableData, "this.tableData");
} }
}) })

Loading…
Cancel
Save