Commit 6165a94c authored by 沈良进's avatar 沈良进

save

parent 97d48595
......@@ -35,6 +35,13 @@
.item:hover {
background: #eee;
}
.none {
text-align: center;
margin: 20px;
color: #666;
font-size: 16px;
}
</style>
<template>
<div class="TC_Content">
......@@ -72,6 +79,7 @@
<div class="col-1"><span>{{item.DueInMoney}}</span></div>
<div class="col-1"><span>{{item.CommissionRate}}</span></div>
</div>
<div v-if="!queryDataObj.dataList.length" class="none">暂无数据</div>
<div class="noData" v-show="queryMsg.noData">{{$t('system.content_noData')}}</div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
layout="total,prev, pager, next, jumper" :page-size="queryMsg.pageSize" :total="queryMsg.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