refactor: 限制标题输入长度并移除序号过滤项

-- 移除成品稿和原材料 将标题输入的最大长度从30改为20
- 移除列表中的序号搜索功能
-各页面中序号相关的过滤项 将标题输入框的最大长度限制- 更新相关常量和枚举定义从 30 改为20
- 注释掉审核列表中的序号搜索功能
- 优化相关组件的代码结构,提高可维护性
This commit is contained in:
rd
2025-09-15 15:42:37 +08:00
parent 6ae391baec
commit 984e0c27b8
10 changed files with 83 additions and 82 deletions

View File

@ -37,7 +37,7 @@ export const ORIGIN_LIST = [
export const INITIAL_QUERY = {
name: '',
uid: '',
// uid: '',
type: RawMaterialType.All,
created_at: [],
sort_column: undefined,
@ -84,4 +84,4 @@ export const TABLE_COLUMNS = [
width: 100,
fixed: 'right',
}
]
]