chore: 字段错误

master
dap 1 year ago
parent 34d091adfa
commit dac65eb262

@ -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>

@ -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>

@ -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>

Loading…
Cancel
Save