[update] 修改一般检索,高级检索联调

This commit is contained in:
lideqin
2023-11-17 17:55:16 +08:00
parent c4c3823417
commit fe9fcaaa89
5 changed files with 76 additions and 17 deletions
+8
View File
@@ -18,5 +18,13 @@ module.exports = {
standardGradeClassification: 'Standard Grade Classification',
all: 'All',
releaseDate: 'Release Date'
},
// 高级搜索
advancedSearch: {
standardNum: '标准号',
standardName: '标准名称',
releaseDate: '发布日期',
materialDate: '实施日期',
standardStatus: '标准状态'
}
}
+8
View File
@@ -18,5 +18,13 @@ module.exports = {
standardGradeClassification: '标准等级分类',
all: '全部',
releaseDate: '发布日期'
},
// 高级搜索
advancedSearch: {
standardNum: '标准号',
standardName: '标准名称',
releaseDate: '发布日期',
materialDate: '实施日期',
standardStatus: '标准状态'
}
}