change model
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-31 05:50:33 -06:00
parent f16104b011
commit 91e1b2b48b
3 changed files with 20 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
>
<n-flex justify="space-between" style="flex-shrink: 0">
<n-button secondary @click="() => goHome($router, taskTab, step)">
返回首页
首页
</n-button>
<n-flex align="center">
<n-select
@@ -28,11 +28,11 @@
v-model:value="query.zone"
style="width: 100px"
clearable
placeholder="分区"
placeholder="从夯到拉"
:options="[
{ label: '夯', value: 'featured' },
{ label: '夯爆了', value: 'featured' },
{ label: 'NPC', value: 'pending' },
{ label: '拉', value: 'low' },
{ label: '拉完了', value: 'low' },
]"
/>
<n-input