fix order filter

This commit is contained in:
2024-05-07 01:50:22 +08:00
parent 76e4f473e9
commit 53fb6202fe
3 changed files with 27 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ onMounted(async () => {
<template>
<NSpin :show="isLoading">
<NEmpty v-if="filteredOrders.length == 0" description="暂无订单"></NEmpty>
<NEmpty v-if="orders.length == 0" description="暂无订单"></NEmpty>
<template v-else>
<br />
<NFlex>