element UI 表格中暂无数据自定义

在表格中加入这段即可

<template slot="empty">
     <img :src="require('@/assets/empty.png')" alt="" style="height:80px;margin-bottom:-60px">
     <p>暂无数据</p>
</template>

posted @ 2021-02-19 19:06  shetoutou  阅读(561)  评论(0编辑  收藏  举报