element表格无数据时,自定义“暂无数据”以及col超出的tool-tip
程序员文章站
2022-01-05 10:50:37
...
<el-table :data="tableDatas" style="width: 100%" max-height="129">
<template slot="empty">
<div style="height:92px;line-height:92px;">暂无月度产值预警</div>
</template>
<el-table-column prop="regionFullName" label="施工区段" align="center"
:show-overflow-tooltip="true">
</el-table-column>
</el-table>
上一篇: wpf自定义绑定数据
下一篇: optional用法