add rank.

This commit is contained in:
2023-02-10 10:19:43 +08:00
parent 5f39ec4fd2
commit c80352b245
22 changed files with 1197 additions and 1170 deletions

View File

@@ -170,7 +170,12 @@ function rowProps(row: ProblemFiltered) {
/>
</n-form-item>
<n-form-item label="搜索">
<n-input placeholder="输入编号或标题后回车" clearable @change="search" />
<n-input
placeholder="输入编号或标题后回车"
clearable
v-model:value="query.keyword"
@change="search"
/>
</n-form-item>
<n-form-item>
<n-space>