官方文档
预期效果:
实现:
<div class="table">
<el-table :data="tableData" style="width: 100%" height="320">
<el-table-column fixed prop="id" label="包ID" min-width="50"></el-table-column>
<div slot="empty" class="emptyBg">
<img src="../../static/img/noData.png" alt="">
<p>没有记录哦~</p>
</div>
</el-table>
</div>