chore: 字段错误

This commit is contained in:
dap 2024-12-17 09:26:41 +08:00
parent 34d091adfa
commit dac65eb262
3 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ async function handleCardClick(item: TaskInfo) {
class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2"
>
<div class="flex items-center justify-center">
{{ taskList.length }} 条记录
{{ taskTotal }} 条记录
</div>
</div>
</div>

View File

@ -112,7 +112,7 @@ async function handleCardClick(item: TaskInfo) {
class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2"
>
<div class="flex items-center justify-center">
{{ taskList.length }} 条记录
{{ taskTotal }} 条记录
</div>
</div>
</div>

View File

@ -112,7 +112,7 @@ async function handleCardClick(item: TaskInfo) {
class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2"
>
<div class="flex items-center justify-center">
{{ taskList.length }} 条记录
{{ taskTotal }} 条记录
</div>
</div>
</div>