| | |
| | | <div class="remark" v-if="info"> |
| | | <el-button class="bluebtn" icon="el-icon-phone" title="手机号"> {{info.telephone||'未设置' }}</el-button> |
| | | <el-button class="yellowbtn" icon="el-icon-star-on" title="平均评分"> {{info.score||'0' }}分</el-button> |
| | | <el-button class="redbtn" icon="el-icon-coin" title="账号余额(元)"> {{(info.amount||0).toFixed(2)}}元</el-button> |
| | | <el-button class="redbtn" icon="el-icon-coin" title="账号余额(元)"> {{((info.amount||0)/100).toFixed(2)}}元</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="createTime" label="收支时间" min-width="150px" align="center"></el-table-column> |
| | | <el-table-column prop="typeName" label="业务类型" min-width="100px" align="center"></el-table-column> |
| | | <el-table-column prop="transactionNo" label="订单/交易号" min-width="100px" align="center"> </el-table-column> |
| | | <el-table-column prop="transactionNo" label="订单/交易号" min-width="100px" align="center"> |
| | | <template slot-scope="{row}"> |
| | | <span >{{ row.transactionNo }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <el-pagination |
| | | @current-change="handleCurrentChange0" |
| | |
| | | total: 0, |
| | | tableData: {}, |
| | | tableData1: {}, |
| | | tableData2:[], |
| | | tableData2: [], |
| | | page0: 1, |
| | | page1: 1, |
| | | loading: false, |
| | |
| | | changeType (e) { |
| | | this.searchForm.acceptMemberId = -1 |
| | | this.searchForm.releaseMemberId = -1 |
| | | if (e == 0) { |
| | | if (e == 1) { |
| | | this.searchForm.releaseMemberId = this.info.id || -1 |
| | | this.searchForm.acceptMemberId = null |
| | | } else { |
| | |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/style/variables.scss'; |
| | | .renzheng{ |
| | | margin: 0px 0px 50px 20px; |
| | | margin: 0px 0px 30px 20px; |
| | | width: calc(100% - 60px); |
| | | .detail{ |
| | | font-size: 14px; |