Commit cbb75cb9 authored by youjie's avatar youjie

no message

parent 46018a03
......@@ -139,7 +139,7 @@
<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="noDataNotice" v-if="dataList.length<1">
<div class="noDataNotice" v-if="!loading&&dataList.length<1">
<i class="iconfont icon-kong"></i>
<p>{{$t("active.ld_noData")}}</p>
</div>
......
......@@ -38,7 +38,7 @@
</td>
</tr>
</table>
<div class="noDataNotice" v-if="dataList.length<1">
<div class="noDataNotice" v-if="!loading&&dataList.length<1">
<i class="iconfont icon-kong"></i>
<p>{{$t("active.ld_noData")}}</p>
</div>
......
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