fix: 部分 el-table 增加 empty-text 属性 防止 no data和loading同时出现
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:data="tableData"
|
||||
style="width: 70%;"
|
||||
tooltip-effect="light"
|
||||
empty-text=" "
|
||||
border="none"
|
||||
:size="'mini'"
|
||||
:height="'100%'">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
:row-style="rowStyle"
|
||||
:cell-style="{'text-align':'left','padding': '1px 0','border':'0px'}"
|
||||
class="customer-no-border-table"
|
||||
empty-text=" "
|
||||
style="width: 100%; height: 300px;"
|
||||
@row-click="filter"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user