forked from github/dataease
fix: 【ID1004132】【仪表板】添加组件时数据列表建议加个加载中的提示
This commit is contained in:
parent
59fa7e0c20
commit
45e304f132
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
|
||||
<de-container class="de-dialog-container">
|
||||
<de-container v-loading="$store.getters.loadingMap[$store.getters.currentPath]" class="de-dialog-container">
|
||||
<de-aside-container :show-drag-bar="false" class="ms-aside-container">
|
||||
<el-tabs v-model="activeName" class="filter-dialog-tabs">
|
||||
<el-tab-pane :lazy="true" class="de-tab" :label="$t('panel.select_by_table')" name="dataset">
|
||||
|
Loading…
Reference in New Issue
Block a user