Commit decc6ea3 authored by youjie's avatar youjie

no message

parent fe0cbfe0
......@@ -13,6 +13,9 @@
.cursor-pointer {
cursor: pointer;
}
.el-pagination {
border: none !important;
}
</style>
<template>
......@@ -90,10 +93,13 @@
<td>{{item.Periods}}</td>
<td>{{item.Description?item.Description:'-'}}</td>
</tr>
<tr v-if="dataList.length==0">
<td style="text-align:center" colspan="13">暂无数据</td>
</tr>
</table>
<div v-if="dataList.length==0"
<!-- <div v-if="dataList.length==0"
style="width: 100%;border:1px solid #fff;display: flex;align-items: center;justify-content: center;height: 60px;margin-top: 30px;"
>暂无数据</div>
>暂无数据</div> -->
<!-- 分页 -->
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="msg.pageIndex"
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