fix: 1.目录调整2.el-table empty-text 属性调整

This commit is contained in:
@changcode
2022-09-13 17:52:38 +08:00
parent bda7886d27
commit f0c3f11166
11 changed files with 15 additions and 16 deletions

View File

@@ -4,7 +4,6 @@
ref="dataTable"
:data="tableData"
:height="height"
empty-text=" "
border
@header-dragend="dragend"
@sort-change="tableDataSort"

View File

@@ -8,7 +8,7 @@
</template>
<script>
import SingleValue from '@/views/charts2/charts/SingleValue'
import SingleValue from '@/views/charts2/charts/npm/localComponents/SingleValue'
import { get } from '@/utils/http'
import { getSecond } from '@/utils/date-util'
import { api } from '@/utils/api'