处理里站搜索时没有搜索结果的情况。里站搜索时增加加载图标(同步更新)

This commit is contained in:
chuzhongzai
2023-03-31 22:09:32 +08:00
parent dc4960cdac
commit db0b6319cf
2 changed files with 34 additions and 11 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
<div class="side" style="width: 100%">
<span v-show="loadComplete">本子历史</span>
<div v-show="loadComplete" class="load_complete">
<el-table :data="currentTasks" :empty-text="emptyText" :row-key="gallery=>gallery.gid">
<el-table :data="currentTasks"
:empty-text="emptyText"
:row-key="gallery=>gallery.gid"
>
<el-table-column type="expand">
<template #default="props">