Commit 9d406eb4 authored by Mac's avatar Mac

1

parent 48b78011
......@@ -133,17 +133,17 @@
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
layout="prev, pager, next" :total="count">
</el-pagination>
<el-dialog title="查看返佣" :visible.sync="czjfDig" width="800px">
<el-dialog title="查看返佣" :visible.sync="czjfDig" width="900px">
<div class="diaBox" style="">
<div>
<div v-if="itemData.LiveCommission>0">
<span>直播总人数:{{itemData.LivePeopleNum}}人</span>
<span style="margin-left: 30px" v-if="itemData.LiveCommission>0">直播总佣金:{{itemData.LiveCommission}}元</span>
<span style="margin-left: 30px" >直播总佣金:{{itemData.LiveCommission}}元</span>
</div>
<div class="diaBox" style='margin-top:15px' >
<el-table
border
:data="CommissionList"
style="width: 700px">
style="width: 800px">
<el-table-column prop="Commission" label="返佣类型" >
<template slot-scope="scope">
<span v-if="scope.row.CommissionType==1">订单返佣:{{scope.row.Commission}}</span>
......@@ -155,7 +155,7 @@
<el-table-column
prop="UserName"
label="昵称"
width="180">
>
</el-table-column>
<el-table-column
prop="Name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment