fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m43s

This commit is contained in:
sexygoat
2026-03-14 15:16:21 +08:00
parent d43de4cd06
commit 8f31526499
11 changed files with 489 additions and 119 deletions

View File

@@ -8,6 +8,7 @@ import { Option } from '../common'
export type SearchComponentType =
| 'input'
| 'select'
| 'tree-select'
| 'radio'
| 'checkbox'
| 'date'