Commit 9cf84b66 authored by 黄奎's avatar 黄奎

页面修改

parent 14b37d9a
......@@ -174,32 +174,22 @@
</div>
<div class="mainInfo" :class="{'hidDiv':isShow}" v-loading="loading">
<div class="infoTitle">
<span>{{$t('ground.gouwudian')}}</span>
<span>购物店</span>
<span>{{$t('ground.jindianriqi')}}</span>
<span>{{$t('ground.guanliantuanhao')}}</span>
<span>{{$t('ground.zongjiaoyie')}}</span>
<span>{{$t('ground.lvxingshetc')}}</span>
<span>{{$t('ground.daoyouticheng')}}</span>
<span>{{$t('ground.lingduiticheng')}}</span>
<span>{{$t('hotel.hotel_CurrentRate')}}</span>
</div>
<div class="listInfo" v-for="item in DataList" :key="item.subCode">
<span style="width:200px;">{{item.ShopName}}</span>
<span>{{item.StoreTime}}</span>
<span>{{item.TCNUM}}({{item.TCID}})</span>
<span class="totalPrice">
{{item.TotalMoney}}
</span>
<span class="totalPrice">
{{item.CompanyCommission}}
</span>
<span class="totalPrice">
<span style="width:200px;">{{item.StoreTime}}</span>
<span style="width:200px;">{{item.TCNUM}}({{item.TCID}})</span>
<span class="totalPrice" style="width:200px;">
{{item.GuideCommission}}
</span>
<span class="totalPrice">
<span class="totalPrice" style="width:200px;">
{{item.LeaderCommission}}
</span>
<span>{{item.Rate}}</span>
</div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
......
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