1.先来看下table内empty-text的含义 2.
<el-table :data="tableData" ...
el-table更换暂无数据样式 empty-text=" " <templateslot="empty">会员可以点击查看历史竞品查看<!--<img class="data-pic" src="#" alt="" />-->//这里还可以加上你想要的图片样式</template> //具体示例!!<el-tableid="table":data="tdata4"height="605"border style="width: 100%"><templates...
✓ 已被采纳 你误解了empty-text的作用,empty-text是表格源数据为空时显示的内容是这种效果。至于想实现你的需求也有很多种方式,比如这样 <el-table-column> <template slot-scope="{row}"> {{ row.name || '暂无' }} </template> </el-table-column>有用3 回复 面对疾风吧: 谢谢,是我理解错了 ...
你误解了empty-text的作用,empty-text是表格源数据为空时显示的内容是这种效果。至于想实现你的需求也有很多种方式,比如这样 <el-table-column> <template slot-scope="{row}"> {{ row.name || '暂无' }} </template> </el-table-column>有用3 回复 ...
目前需求是这样的,正在获取数据时,会更改为emptyText=‘正在加载...’,最好支持icon,类似input里的icon属性 QingWei-Li added the type: feature request label Dec 14, 2016 QingWei-Li added a commit to QingWei-Li/element that referenced this issue Dec 14, 2016 Table: add slot, closed ElemeFE...
el-table更换暂无数据样式 empty-text=" " javascript:void(0) <templateslot="empty">会员可以点击查看历史竞品查看<!--<img class="data-pic" src="#" alt="" />-->//这里还可以加上你想要的图片样式</template> 1. 2. 3. 4. //具体示例!!<el-tableid="table":data="tdata4"height="605"...
EMPTY_TABLE_TEXT WDY_MD_TRANSLATABLE_TEXT enabled ENABLED WDY_BOOLEAN firstActualRow FIRST_ACTUAL_ROW I firstVisibleRow FIRST_VISIBLE_ROW I firstVisibleScrollableCol FIRST_VISIBLE_SCROLL_COL STRING fixedTableLayout FIXED_TABLE_LAYOUT WDY_BOOLEAN footerVisible FOOTER_VISIBLE ...
el-table更换暂无数据样式 empty-text=" " 2020-05-22 11:21 −... ThisCall 0 4208 el-table表格错误问题 2019-12-20 13:43 −.el-table--border th.gutter:last-of-type { display: block!important; width: 17px!important; } 如果不行,则在渲染表格数据后执行 this.$nextTick(() => { thi...
只能看到locale可以传object,默认值emptyText: '暂无数据'。 怎么才能自定义图片跟文案呢? 1、在列表对象上绑定locale 2、自定义一个Vue组件,正常封装组件即可,这个组件导入到指定页面,不需要加入到components中声明。 3、将组件直接写到emptyText里面作为value,组件的传值跟正常使用一致 ...