element UI 表格中暂无数据自定义
在表格中加入这段即可
<template slot="empty">
<img :src="require('@/assets/empty.png')" alt="" style="height:80px;margin-bottom:-60px">
<p>暂无数据</p>
</template>

在表格中加入这段即可
<template slot="empty">
<img :src="require('@/assets/empty.png')" alt="" style="height:80px;margin-bottom:-60px">
<p>暂无数据</p>
</template>
