fix: 修复文档表格按照状态过滤没有生成问题中的缺陷
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

--bug=1048200 --user=刘瑞斌 【知识库】文档列表按文件状态排序,少了一个「生成问题中」的选项 https://www.tapd.cn/57709429/s/1601157
This commit is contained in:
CaptainB 2024-10-29 18:40:53 +08:00 committed by 刘瑞斌
parent da38621d1d
commit 527ddbf1e8
3 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,10 @@
name: Typos Check
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
run:

4
.typos.toml Normal file
View File

@ -0,0 +1,4 @@
[files]
extend-exclude = [
'apps/setting/models_provider/impl/*/icon/*'
]

View File

@ -123,6 +123,12 @@
:command="beforeCommand('status', '3')"
>排队中</el-dropdown-item
>
<el-dropdown-item
:class="filterMethod['status'] === '4' ? 'is-active' : ''"
class="justify-center"
:command="beforeCommand('status', '4')"
>生成问题中</el-dropdown-item
>
</el-dropdown-menu>
</template>
</el-dropdown>