chunk-53fe.a9717469.js 5.8 KB

1
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-53fe"],{QX4v:function(t,e,a){"use strict";var n=a("bQTX");a.n(n).a},WoUr:function(t,e,a){"use strict";a.r(e);var n=a("14Xm"),i=a.n(n),r=a("QbLZ"),l=a.n(r),s=a("D3Ub"),c=a.n(s),o={data:function(){return{searchForm:{member_key:"",member_id:"",activity_title:"",status:null},tableData:[],registration_status_arr:[{label:"成功",value:"1"},{label:"失败",value:"2"},{label:"进行中",value:"0"}],pagination:{total:0,currentPage:1,pageSize:20}}},mounted:function(){this.getActiveData()},methods:{viewOrder:function(t){this.$router.push(this.fun.getUrl("crowdfundingActivityOrder",{id:t,status:1},{}))},getActiveData:function(){var t=this;return c()(i.a.mark(function e(){var a;return i.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,$http.pc_post("plugin/Crowdfunding/activityMemberIndex",l()({activity_id:t.$route.params.activity_id},t.searchForm,{page:t.pagination.currentPage}));case 2:if(1!=(a=e.sent).result){e.next=9;break}t.tableData=a.data.data,t.pagination.pageSize=a.data.per_page,t.pagination.total=a.data.total,e.next=10;break;case 9:return e.abrupt("return",t.$message.error(a.msg));case 10:case"end":return e.stop()}},e,t)}))()},handleCurrentChange:function(t){this.pagination.currentPage=t,this.getActiveData()},handleSearch:function(){this.pagination.currentPage=1,this.getActiveData()},judgeStatus:function(t){return"成功"}},computed:{},components:{crowdfundingActivitiesSide:a("rvP+").a}},u=(a("QX4v"),a("KHd+")),v=Object(u.a)(o,function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"all content"},[a("crowdfunding-activities-side",{attrs:{defaultActive:"crowdfunding_activities"}}),t._v(" "),a("div",{staticClass:"active",staticStyle:{width:"calc(100% - 150px)"}},[a("div",{staticClass:"active-top"},[t._m(0),t._v(" "),a("div",{staticClass:"vue-search"},[a("el-form",{staticClass:"demo-form-inline",attrs:{inline:!0}},[a("el-form-item",{attrs:{label:""}},[a("el-input",{attrs:{placeholder:"会员ID"},model:{value:t.searchForm.channel_member_id,callback:function(e){t.$set(t.searchForm,"channel_member_id",e)},expression:"searchForm.channel_member_id"}})],1),t._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-input",{attrs:{placeholder:"会员昵称/手机号"},model:{value:t.searchForm.member_key,callback:function(e){t.$set(t.searchForm,"member_key",e)},expression:"searchForm.member_key"}})],1),t._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-input",{attrs:{placeholder:"活动名称"},model:{value:t.searchForm.activity_title,callback:function(e){t.$set(t.searchForm,"activity_title",e)},expression:"searchForm.activity_title"}})],1),t._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-select",{attrs:{clearable:"",placeholder:"报名状态"},model:{value:t.searchForm.status,callback:function(e){t.$set(t.searchForm,"status",e)},expression:"searchForm.status"}},t._l(t.registration_status_arr,function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})}))],1),t._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-button",{attrs:{type:"primary"},on:{click:t.handleSearch}},[t._v("搜索")])],1)],1)],1)]),t._v(" "),a("div",{staticClass:"active-bottom"},[t._m(1),t._v(" "),a("div",{staticClass:"vue-main"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData}},[a("el-table-column",{attrs:{align:"center",prop:"created_at",label:"报名时间",width:"200px"}}),t._v(" "),a("el-table-column",{attrs:{align:"center",label:"会员"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("img",{staticStyle:{width:"50px",height:"50px"},attrs:{src:e.row.member.avatar_image,alt:""}}),t._v(" "),a("div",[t._v(t._s(e.row.member.nickname))])]}}])}),t._v(" "),a("el-table-column",{attrs:{align:"center",prop:"member.mobile",label:"会员手机号"}}),t._v(" "),a("el-table-column",{attrs:{align:"center",prop:"belongs_to_activity.title",width:"230px",label:"活动名称"}}),t._v(" "),a("el-table-column",{attrs:{align:"center",label:"目标金额"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n ¥"+t._s(e.row.belongs_to_activity.amount)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{align:"center",label:"已筹金额"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n ¥"+t._s(e.row.preparation_amount)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{align:"center",label:"支持者"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.support_count)+"\n "),a("div",{staticStyle:{cursor:"pointer",color:"#29ba9c"},on:{click:function(a){t.viewOrder(e.row.id)}}},[t._v("查看")])]}}])}),t._v(" "),a("el-table-column",{attrs:{align:"center",prop:"subordinates",label:"下级人数"}}),t._v(" "),a("el-table-column",{attrs:{align:"center",prop:"views",label:"浏览量"}}),t._v(" "),a("el-table-column",{attrs:{align:"center",label:"报名状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(t.judgeStatus(e.row.status))+"\n ")]}}])})],1)],1)])]),t._v(" "),a("div",{staticClass:"vue-page vue-pagination"},[a("el-pagination",{attrs:{"current-page":t.pagination.currentPage,"page-size":t.pagination.pageSize,layout:"total, prev, pager, next",total:t.pagination.total},on:{"current-change":t.handleCurrentChange}})],1)],1)},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"vue-main-title"},[e("div",{staticClass:"vue-main-title-left"}),this._v(" "),e("div",{staticClass:"vue-main-title-content"},[this._v("活动数据")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"vue-main-title"},[e("div",{staticClass:"vue-main-title-left"}),this._v(" "),e("div",{staticClass:"vue-main-title-content"},[this._v("数据列表")])])}],!1,null,"559c1ce4",null);v.options.__file="activityData.vue";e.default=v.exports},bQTX:function(t,e,a){}}]);