暂无数据

This commit is contained in:
lqins
2024-12-22 12:43:40 +08:00
parent 130e151a06
commit 6df2b5735b
2 changed files with 4 additions and 2 deletions

View File

@@ -88,7 +88,7 @@
</template>
</ItemList>
<div v-else style="width: 100%">
<el-empty description="暂无数据" />
<el-empty description="暂无数据" :image="nodata" />
</div>
</div>
</div>
@@ -96,6 +96,7 @@
</template>
<script setup>
import nodata from "@/assets/img/no-data.png";
import { onMounted, ref } from "vue";
import { ElMessage } from "element-plus";
import { httpGet, httpPost } from "@/utils/http";