| 1 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([[58],{450:function(t,e,n){},518:function(t,e,n){"use strict";var r=n(450);n.n(r).a},590:function(t,e,n){"use strict";n.r(e);n(30);var r=n(3),o={name:"user_cards_list",data:function(){return{page:1,total:0,cardsData:[]}},mounted:function(){this.getAuditList()},methods:{getAuditList:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){var n,data,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.page,data={page:n},e.next=4,t.$post("/api/admin/UserCards/getCardsList",data);case 4:(r=e.sent)&&1===r.status&&(t.cardsData=r.data.list||[],t.total=1*r.data.total);case 6:case"end":return e.stop()}}),e)})))()},handleCurrentChange:function(t){this.page=t,this.getAuditList()},formatDate:function(time){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("0"===time)return"--";var e=new Date(1e3*time),n=e.getFullYear(),r=e.getMonth()+1,o=e.getDate(),l=e.getHours(),c=e.getMinutes(),d=e.getSeconds();return l<10&&(l="0"+l),c<10&&(c="0"+c),d<10&&(d="0"+d),""==t?n+"-"+r+"-"+o+" "+l+":"+c+":"+d:n+"-"+r+"-"+o+" "+l+":"+c}}},l=(n(518),n(2)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"count-list"},[n("div",{staticClass:"count-item",staticStyle:{"margin-right":"20px"}},[t._v("全部:"+t._s(t.total||0))]),t._v(" "),n("el-button",{attrs:{size:"small"},on:{click:function(e){return t.$router.push("/main/card_conf")}}},[t._v("套餐配置")])],1),t._v(" "),n("div",[n("el-table",{staticStyle:{width:"100%"},attrs:{data:t.cardsData,border:""}},[n("el-table-column",{attrs:{prop:"",label:"购买方"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticClass:"lblue point"},[n("a",{attrs:{target:"_blank",href:e.row.host+"/wo/"+e.row.uid}},[t._v(t._s(e.row.uid_name))])])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"",label:"被查询方"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticClass:"lblue point"},[n("a",{attrs:{target:"_blank",href:e.row.host+"/wo/"+e.row.target_uid}},[t._v(t._s(e.row.target_uid_name))])])]}}])}),t._v(" "),n("el-table-column",{attrs:{prop:"pay_time",label:"付款时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(t.formatDate(e.row.pay_time,"Y-m-d H:i")))])]}}])}),t._v(" "),n("el-table-column",{attrs:{label:"购买来源"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s((e.row.source_type||"")+"-"+(e.row.version||"")))])]}}])})],1)],1),t._v(" "),n("div",[n("el-pagination",{staticClass:"order-footer",attrs:{background:"",layout:"total, prev, pager, next","page-size":20,total:t.total},on:{"current-change":t.handleCurrentChange}})],1)])}),[],!1,null,"481d6888",null);e.default=component.exports}}]);
|