Commit b638f028 authored by zhengke's avatar zhengke

修改样式

parent a62dd6d7
......@@ -164,25 +164,24 @@
</div>
<input type="button" class="hollowFixedBtn backBtn" @click="goUrl('leaderManagement')" :value="$t('pub.returnBack')" />
</div>
<div class="mainInfo" :class="{'hidDiv':isShow}" v-loading="loading">
<div class="infoTitle">
<span>购物店</span>
<span>{{$t('ground.jindianriqi')}}</span>
<span>{{$t('ground.guanliantuanhao')}}</span>
<span>提成</span>
</div>
<div class="listInfo" v-for="item in DataList" :key="item.subCode">
<span style="width:200px;">{{item.ShopName}}</span>
<span style="width:200px;">{{item.StoreTime}}</span>
<span style="width:200px;">{{item.TCNUM}}({{item.TCID}})</span>
<span class="totalPrice" style="width:200px;">
{{item.LeaderCommission}}
</span>
</div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
</el-pagination>
</div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th width="25%">购物店</th>
<th width="25%">进店日期</th>
<th width="25%" >关联团号</th>
<th width="25%">提成</th>
</tr>
<tr v-for="item in DataList" :key="item.subCode">
<td>{{item.ShopName}}</td>
<td>{{item.StoreTime}}</td>
<td>{{item.TCNUM}}({{item.TCID}})</td>
<td>{{item.LeaderCommission}}</td>
</tr>
</table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
</el-pagination>
<div class="statistical" :class="{'disDiv':isShow}">
<div class="charts">
<el-col :span='24'>
......@@ -201,7 +200,7 @@
return {
msg: {
pageIndex: 1,
pageSize: 10,
pageSize: 15,
LeaderID: "",
Type: 0
},
......
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