refactor: 限制标题输入长度并移除序号过滤项
-- 移除成品稿和原材料 将标题输入的最大长度从30改为20 - 移除列表中的序号搜索功能 -各页面中序号相关的过滤项 将标题输入框的最大长度限制- 更新相关常量和枚举定义从 30 改为20 - 注释掉审核列表中的序号搜索功能 - 优化相关组件的代码结构,提高可维护性
This commit is contained in:
@ -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',
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user