(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-2d0c7ab9"],{5239:function(e,t,a){"use strict";a.r(t);var s=a("adb5"),o={name:"contractHistoryOrder",data(){return{tableData:[],pageNum:1,tableLength:0,isNext:!1}},mounted(){localStorage.getItem("spToken")&&this.getList()},methods:{getList(){s.a.post("api/exchangeapplyorder!list.action",{page_no:this.pageNum,type:"",symbol:"",isAll:1}).then(e=>{this.tableData=e.data,this.tableLength=e.data.length,0==this.tableLength||this.tableLength<10?this.isNext=!0:this.isNext=!1})},lastBtn(){this.pageNum--,this.getList()},nextBtn(){this.isNext||(this.pageNum++,this.getList())},getRowClass({rowIndex:e}){if(0==e)return"border-top:1px solid #EBEEF5"},rowStyles({}){return{height:"50px"}},OnClickPre(){this.$router.go(-1)}}};a=a("2877"),a=Object(a.a)(o,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"right-padding"},[t("div",{staticClass:"right-title"},[e._v(" "+e._s(e.$t("message.home.xianhuolishi"))+" ")]),t("div",{staticClass:"margin-top-bottom20"},[t("el-table",{staticClass:"width100",attrs:{data:e.tableData,"header-cell-style":e.getRowClass,"row-style":e.rowStyles}},[t("el-table-column",{attrs:{prop:"create_time",label:e.$t("message.home.shijian")}}),t("el-table-column",{attrs:{prop:"name",label:e.$t("message.home.tradingPair")}}),t("el-table-column",{attrs:{prop:"direction",label:e.$t("message.home.direction")},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",{class:"open"==a.row.offset?"green":"red"},[e._v(" "+e._s("open"==a.row.offset?e.$t("message.jiaoyi.mairu"):e.$t("message.home.maichu"))+" ")])]}}])}),t("el-table-column",{attrs:{prop:"order_price_type",label:e.$t("message.home.type")},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",[e._v(" "+e._s("limit"==a.row.order_price_type?e.$t("message.home.xianjia"):e.$t("message.home.shijia"))+" ")])]}}])}),t("el-table-column",{attrs:{prop:"price",label:e.$t("message.home.chengjiaojunjia")}}),t("el-table-column",{attrs:{prop:"",label:e.$t("message.home.chengjiaoshuliang")},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",["open"===a.row.offset?t("span",[e._v(" "+e._s(((a.row.volume-a.row.fee)/a.row.price).toFixed(8))+" ")]):t("span",[e._v(" "+e._s(((a.row.volume-a.row.fee)*a.row.price).toFixed(8))+" ")])])]}}])}),t("el-table-column",{attrs:{prop:"fee",label:e.$t("message.home.shouxufei")}}),t("el-table-column",{attrs:{prop:"volume",label:e.$t("message.home.chengjiaojine")}})],1),t("div",{staticClass:"page-box"},[1<e.pageNum?t("i",{staticClass:"el-icon-arrow-left arrow-left-icon mouse-cursor",on:{click:e.lastBtn}}):e._e(),1==e.pageNum?t("i",{staticClass:"el-icon-arrow-left arrow-left-icon"}):e._e(),t("span",{staticClass:"page-num"},[e._v(e._s(e.pageNum))]),t("i",{staticClass:"el-icon-arrow-right arrow-right-icon mouse-cursor",on:{click:e.nextBtn}})])],1)])}),[],!1,null,null,null);t.default=a.exports}}]);