【update】一般检索

This commit is contained in:
danshihao
2024-06-21 18:12:29 +08:00
parent 46b0c454d1
commit d14d88b8c7
4 changed files with 86 additions and 20 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
standardState: 'Standard State',
standardGradeClassification: 'Standard Grade Classification',
all: 'All',
releaseDate: 'Release Date'
implementationDate: 'Release Date'
},
// 高级搜索
advancedSearch: {
+6 -3
View File
@@ -17,8 +17,10 @@ module.exports = {
standardState: '标准状态',
standardGradeClassification: '标准等级分类',
all: '全部',
releaseDate: '发布日期',
standardStatusSet: '标准状态设置'
implementationDate: '实施日期',
standardStatusSet: '标准状态设置',
viewText: '查看文本',
exportName: '一般检索导出'
},
// 高级搜索
advancedSearch: {
@@ -39,7 +41,8 @@ module.exports = {
itemsUnit: '项',
listEmpty: '列表为空',
pleaseEnterSearchContent: '请输入搜索内容',
maxSelectedNine: '最多选择9个模块'
maxSelected: '最多选择14个模块',
newFunction: '新增功能'
},
// 待办任务
todoTask: {