mirror of https://github.com/ElemeFE/element
[table]:iix diaplay when there is no content after table filtering
parent
290e68ea6a
commit
75cce22907
|
@ -46,7 +46,7 @@
|
|||
}">
|
||||
</table-body>
|
||||
<div
|
||||
v-if="!data || data.length === 0"
|
||||
v-if="!data || data.length === 0 || tableData.length === 0"
|
||||
class="el-table__empty-block"
|
||||
ref="emptyBlock"
|
||||
:style="emptyBlockStyle">
|
||||
|
|
Loading…
Reference in New Issue