fix: 部分 el-table 增加 empty-text 属性 防止 no data和loading同时出现
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
width="100%"
|
||||
@selection-change="handleDetailSelectionChange"
|
||||
:row-class-name="rowClassName"
|
||||
empty-text=" "
|
||||
ref="tb">
|
||||
|
||||
<el-table-column type="selection" align="center" label="" width="30px" style="border-left:0px;" />
|
||||
|
||||
Reference in New Issue
Block a user