提交 07dce259 编写于 作者: chengxiang.li's avatar chengxiang.li

申请明细页面代码部分更改

上级 cb7e6f7b
......@@ -48,6 +48,7 @@
<el-button @click="handleExport('part')" type="primary" size="small" class="new-add">部分导出</el-button>
<el-button @click="handleExport('all')" type="primary" size="small" class="new-add">全部导出</el-button>
</div>
<template v-if="tableData.length > 0">
<el-table
ref="multipleTable"
:data="tableData"
......@@ -83,7 +84,6 @@
</div>
</div>
</el-table>
<div class="pagination">
<el-pagination
class="pagination-style"
......@@ -96,6 +96,13 @@
layout="total, sizes, prev, pager, next, jumper">
</el-pagination>
</div>
</template>
<template v-if="tableData.length < 1">
<div class="table-empty-out" >
<img src="../../assets/image/no-content1.png">
<p>没有查询到相关结果</p>
</div>
</template>
</div>
<el-dialog
......@@ -361,6 +368,15 @@
margin-top: -50px;
}
}
.table-empty-out{
img {
width: 100px; display: block;
margin: 0 auto;
}
p {
text-align: center; color: #909399; font-size: 14px;
}
}
.el-button--small{
font-size: 14px;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册