fix: 部分 el-table 增加 empty-text 属性 防止 no data和loading同时出现
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:ref="`dataTable_${index}`"
|
||||
:data="tableData"
|
||||
class="npm-recent-table"
|
||||
empty-text=" "
|
||||
height="100%"
|
||||
>
|
||||
<template v-for="(item, index) in customTableTitles" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user