fix: empty默认值调整

This commit is contained in:
yangzhe 2025-05-06 14:36:54 +08:00
parent 6a718582b3
commit 0b5c048252
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
((activeTab === 'completed' && completedPlanList.length === 0) ||
(activeTab === 'incomplete' && incompletePlanList.length === 0))
"
text="暂无内容"
mode="list"
></u-empty>
</view>