Commit b638f028 authored by zhengke's avatar zhengke

修改样式

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