Browse Source

更改为org

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

34
src/views/modules/volunteer/VoluntaryOrganization/add.vue

@ -135,24 +135,24 @@
],
formData:
{
orgImage: "",//
status:"pass",//
numberNum:"",//
userId:"",//id
agencyId:"",//id
orgType:"",
brandImg:"",//
brand:"",//
introduction:"",//
orgImage: "",//
status: "pass",//
numberNum: "",//
userId: "",//id
agencyId: "",//id
orgType: "",
brandImg: "",//
brand: "",//
introduction: "",//
qualification: "",//
idCard:"",//
mobile:"",//
operator:"",//
Organizationaltype:"",//
// serviceTypeList:"",//
orgName:"",//
agencyName:"",//
serviceTypeList:[],//
idCard: "",//
mobile: "",//
operator: "",//
Organizationaltype: "",//
// serviceTypeList:"",//
orgName: "",//
agencyName: "",//
serviceTypeList: [],//
address: "",//
longitude: this.$store.state.user.longitude, //
latitude: this.$store.state.user.latitude,//

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

@ -75,7 +75,7 @@
<!-- <upload-image :defaultFileList="fileList" :limit="1" @change="onChangeFileList" :file-list="formData.fileList"
@file-removed="removedImg"></upload-image> -->
<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">
</el-image>
</div>

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

@ -9,7 +9,7 @@
{{ tableData.serviceTypeName }}
</el-form-item>
<el-form-item label="组织类型">
{{ tableData.Organizationaltype}}
{{ tableData.orgTypeName}}
</el-form-item>
<el-form-item label="管理员姓名">
{{ tableData.operator}}
@ -35,7 +35,7 @@
</el-form-item>
<el-form-item label="附件">
<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>
</div>
<!-- {{ tableData.address}} -->
@ -43,6 +43,16 @@
<el-form-item label="申请时间">
{{tableData.updatedTime}}
</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="审核结果" >
<!-- <div style="display: flex; justify-items:center; align-items: center;">
<el-radio v-model="status1" label="pass" style="margin-right:20px">通过</el-radio>
@ -180,6 +190,7 @@ export default {
if(res.code===0){
console.log("列表请求成功!!!!!!!!!!!!!!");
this.tableData = res.data[0]
console.log(this.tableData, "this.tableData");
}
})

Loading…
Cancel
Save