其他分享
首页 > 其他分享> > el-tabel 当没有数据时,设置一张背景图片提示无数据

el-tabel 当没有数据时,设置一张背景图片提示无数据

作者:互联网

<template #empty>

            <div class="summary-indicator-table-empty-container">

              <div class="summary-indicator-table-empty-img">

                <el-image :src="tableEmptyPng"></el-image>

              </div>

              <span class="summary-indicator-table-empty-text">暂无数据</span>

            </div>

 </template>

标签:el,暂无,tabel,提示,数据,背景图片
来源: https://www.cnblogs.com/ccKing/p/16590818.html