Skip to content

Commit

Permalink
没有第三方数据源的时候,显示暂无数据
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 4174
  • Loading branch information
zhanxu33 committed Mar 19, 2024
1 parent af970b0 commit dad51b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
</aside>
<section class="data-main">
<render-main
v-if="dataBaseInfo.id"
:data-base-info="dataBaseInfo"
@update="handleUpdate"
/>
<empty-status v-else type="noData" :part="false"></empty-status>
</section>
</layout>
</template>
Expand Down

0 comments on commit dad51b1

Please sign in to comment.