diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 22bc179..4119649 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -1,4 +1,4 @@ -import { downFile, getAction, postAction } from './manage' +import { downFile, getAction, postAction, postDownFile } from './manage' // 获取检索历史数据 const getSearchHistoryData = (params) => getAction('/home/lawsHomeNormalSearchHistory/page', params) // 根据id删除检索历史 @@ -44,7 +44,8 @@ const exportGeneralSearch = (params) => downFile('/home/lawsHomeSearch/normalSea const getAdvancedSearchAll = (params) => postAction('/home/lawsHomeSearch/getAdvancedSearchAll', params) // 高级检索-条款 const getAdvancedSearchClause = (params) => postAction('/home/lawsHomeSearch/getAdvancedSearchClause', params) - +// 高级检索-导出 +const exportAdvancedSearch = (params) => postDownFile('/home/lawsHomeSearch/advancedSearchExportExcel', params) export { getSearchHistoryData, deleteSearchHistoryById, @@ -65,5 +66,6 @@ export { getTodoList, exportGeneralSearch, getAdvancedSearchAll, - getAdvancedSearchClause + getAdvancedSearchClause, + exportAdvancedSearch } diff --git a/src/assets/image/dashboard/browsing-history.png b/src/assets/image/dashboard/browsing-history.png deleted file mode 100644 index 2644f52..0000000 Binary files a/src/assets/image/dashboard/browsing-history.png and /dev/null differ diff --git a/src/assets/image/dashboard/contact-management.png b/src/assets/image/dashboard/contact-management.png deleted file mode 100644 index 8212662..0000000 Binary files a/src/assets/image/dashboard/contact-management.png and /dev/null differ diff --git a/src/assets/image/dashboard/custom-comparison.png b/src/assets/image/dashboard/custom-comparison.png deleted file mode 100644 index fd65cbf..0000000 Binary files a/src/assets/image/dashboard/custom-comparison.png and /dev/null differ diff --git a/src/assets/image/dashboard/data-dictionary.png b/src/assets/image/dashboard/data-dictionary.png deleted file mode 100644 index 66dba90..0000000 Binary files a/src/assets/image/dashboard/data-dictionary.png and /dev/null differ diff --git a/src/assets/image/dashboard/department-management.png b/src/assets/image/dashboard/department-management.png deleted file mode 100644 index 04cfc06..0000000 Binary files a/src/assets/image/dashboard/department-management.png and /dev/null differ diff --git a/src/assets/image/dashboard/document-dynamics.png b/src/assets/image/dashboard/document-dynamics.png deleted file mode 100644 index fc04e65..0000000 Binary files a/src/assets/image/dashboard/document-dynamics.png and /dev/null differ diff --git a/src/assets/image/dashboard/document-splitting.png b/src/assets/image/dashboard/document-splitting.png deleted file mode 100644 index 7ba85df..0000000 Binary files a/src/assets/image/dashboard/document-splitting.png and /dev/null differ diff --git a/src/assets/image/dashboard/domestic-standards.png b/src/assets/image/dashboard/domestic-standards.png deleted file mode 100644 index ea21674..0000000 Binary files a/src/assets/image/dashboard/domestic-standards.png and /dev/null differ diff --git a/src/assets/image/dashboard/dynamic-message.png b/src/assets/image/dashboard/dynamic-message.png deleted file mode 100644 index cdaca82..0000000 Binary files a/src/assets/image/dashboard/dynamic-message.png and /dev/null differ diff --git a/src/assets/image/dashboard/enterprise-standard.png b/src/assets/image/dashboard/enterprise-standard.png deleted file mode 100644 index 742127f..0000000 Binary files a/src/assets/image/dashboard/enterprise-standard.png and /dev/null differ diff --git a/src/assets/image/dashboard/friend-link-management.png b/src/assets/image/dashboard/friend-link-management.png deleted file mode 100644 index 0e966da..0000000 Binary files a/src/assets/image/dashboard/friend-link-management.png and /dev/null differ diff --git a/src/assets/image/dashboard/friendship-link.png b/src/assets/image/dashboard/friendship-link.png new file mode 100644 index 0000000..38295a7 Binary files /dev/null and b/src/assets/image/dashboard/friendship-link.png differ diff --git a/src/assets/image/dashboard/internal-working-group.png b/src/assets/image/dashboard/internal-working-group.png deleted file mode 100644 index e32f791..0000000 Binary files a/src/assets/image/dashboard/internal-working-group.png and /dev/null differ diff --git a/src/assets/image/dashboard/my-favorites.png b/src/assets/image/dashboard/my-favorites.png deleted file mode 100644 index 041c6df..0000000 Binary files a/src/assets/image/dashboard/my-favorites.png and /dev/null differ diff --git a/src/assets/image/dashboard/my-messages.png b/src/assets/image/dashboard/my-messages.png deleted file mode 100644 index 64ae0ac..0000000 Binary files a/src/assets/image/dashboard/my-messages.png and /dev/null differ diff --git a/src/assets/image/dashboard/new-old-split-comparison.png b/src/assets/image/dashboard/new-old-split-comparison.png deleted file mode 100644 index 6dfb65d..0000000 Binary files a/src/assets/image/dashboard/new-old-split-comparison.png and /dev/null differ diff --git a/src/assets/image/dashboard/new-process.png b/src/assets/image/dashboard/new-process.png deleted file mode 100644 index 74472d7..0000000 Binary files a/src/assets/image/dashboard/new-process.png and /dev/null differ diff --git a/src/assets/image/dashboard/non-compliance-items.png b/src/assets/image/dashboard/non-compliance-items.png deleted file mode 100644 index a877857..0000000 Binary files a/src/assets/image/dashboard/non-compliance-items.png and /dev/null differ diff --git a/src/assets/image/dashboard/overseas-standards.png b/src/assets/image/dashboard/overseas-standards.png deleted file mode 100644 index a128d0e..0000000 Binary files a/src/assets/image/dashboard/overseas-standards.png and /dev/null differ diff --git a/src/assets/image/dashboard/process-center.png b/src/assets/image/dashboard/process-center.png deleted file mode 100644 index 0821f06..0000000 Binary files a/src/assets/image/dashboard/process-center.png and /dev/null differ diff --git a/src/assets/image/dashboard/process-configuration.png b/src/assets/image/dashboard/process-configuration.png deleted file mode 100644 index 90c823e..0000000 Binary files a/src/assets/image/dashboard/process-configuration.png and /dev/null differ diff --git a/src/assets/image/dashboard/project-library.png b/src/assets/image/dashboard/project-library.png deleted file mode 100644 index 2d2ed02..0000000 Binary files a/src/assets/image/dashboard/project-library.png and /dev/null differ diff --git a/src/assets/image/dashboard/questions-answers-library.png b/src/assets/image/dashboard/questions-answers-library.png deleted file mode 100644 index 5f7e828..0000000 Binary files a/src/assets/image/dashboard/questions-answers-library.png and /dev/null differ diff --git a/src/assets/image/dashboard/quickEnter/new-process.png b/src/assets/image/dashboard/quickEnter/new-process.png new file mode 100644 index 0000000..2fd084b Binary files /dev/null and b/src/assets/image/dashboard/quickEnter/new-process.png differ diff --git a/src/assets/image/dashboard/quickEnter/plus.png b/src/assets/image/dashboard/quickEnter/plus.png new file mode 100644 index 0000000..27d09f8 Binary files /dev/null and b/src/assets/image/dashboard/quickEnter/plus.png differ diff --git a/src/assets/image/dashboard/received-shares.png b/src/assets/image/dashboard/received-shares.png deleted file mode 100644 index d306bef..0000000 Binary files a/src/assets/image/dashboard/received-shares.png and /dev/null differ diff --git a/src/assets/image/dashboard/resource-center.png b/src/assets/image/dashboard/resource-center.png deleted file mode 100644 index e20daed..0000000 Binary files a/src/assets/image/dashboard/resource-center.png and /dev/null differ diff --git a/src/assets/image/dashboard/role-center.png b/src/assets/image/dashboard/role-center.png deleted file mode 100644 index f787cc1..0000000 Binary files a/src/assets/image/dashboard/role-center.png and /dev/null differ diff --git a/src/assets/image/dashboard/shared-items.png b/src/assets/image/dashboard/shared-items.png deleted file mode 100644 index 11a0208..0000000 Binary files a/src/assets/image/dashboard/shared-items.png and /dev/null differ diff --git a/src/assets/image/dashboard/soliciting-opinions.png b/src/assets/image/dashboard/soliciting-opinions.png deleted file mode 100644 index d858090..0000000 Binary files a/src/assets/image/dashboard/soliciting-opinions.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-audit.png b/src/assets/image/dashboard/standard-audit.png deleted file mode 100644 index 24d04ec..0000000 Binary files a/src/assets/image/dashboard/standard-audit.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-level-mapping.png b/src/assets/image/dashboard/standard-level-mapping.png deleted file mode 100644 index b804454..0000000 Binary files a/src/assets/image/dashboard/standard-level-mapping.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-plan.png b/src/assets/image/dashboard/standard-plan.png deleted file mode 100644 index b8b16d7..0000000 Binary files a/src/assets/image/dashboard/standard-plan.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-promotion.png b/src/assets/image/dashboard/standard-promotion.png deleted file mode 100644 index 5499048..0000000 Binary files a/src/assets/image/dashboard/standard-promotion.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-review-minutes.png b/src/assets/image/dashboard/standard-review-minutes.png deleted file mode 100644 index 86a3d0e..0000000 Binary files a/src/assets/image/dashboard/standard-review-minutes.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-review-plan.png b/src/assets/image/dashboard/standard-review-plan.png deleted file mode 100644 index 8158dac..0000000 Binary files a/src/assets/image/dashboard/standard-review-plan.png and /dev/null differ diff --git a/src/assets/image/dashboard/standard-warning.png b/src/assets/image/dashboard/standard-warning.png deleted file mode 100644 index 676bdf5..0000000 Binary files a/src/assets/image/dashboard/standard-warning.png and /dev/null differ diff --git a/src/assets/image/dashboard/standardization-activities.png b/src/assets/image/dashboard/standardization-activities.png deleted file mode 100644 index 9d97777..0000000 Binary files a/src/assets/image/dashboard/standardization-activities.png and /dev/null differ diff --git a/src/assets/image/dashboard/tag-management.png b/src/assets/image/dashboard/tag-management.png deleted file mode 100644 index 515d540..0000000 Binary files a/src/assets/image/dashboard/tag-management.png and /dev/null differ diff --git a/src/assets/image/dashboard/task-transfer.png b/src/assets/image/dashboard/task-transfer.png deleted file mode 100644 index 35d8598..0000000 Binary files a/src/assets/image/dashboard/task-transfer.png and /dev/null differ diff --git a/src/assets/image/dashboard/user-center.png b/src/assets/image/dashboard/user-center.png deleted file mode 100644 index abee813..0000000 Binary files a/src/assets/image/dashboard/user-center.png and /dev/null differ diff --git a/src/assets/image/dashboard/vehicle-project-library.png b/src/assets/image/dashboard/vehicle-project-library.png deleted file mode 100644 index 8bd32a0..0000000 Binary files a/src/assets/image/dashboard/vehicle-project-library.png and /dev/null differ diff --git a/src/assets/image/icon/super-search.png b/src/assets/image/icon/super-search.png new file mode 100644 index 0000000..929f50d Binary files /dev/null and b/src/assets/image/icon/super-search.png differ diff --git a/src/assets/image/icon/todo.png b/src/assets/image/icon/todo.png new file mode 100644 index 0000000..8d01c06 Binary files /dev/null and b/src/assets/image/icon/todo.png differ diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index 0a8a6ca..e7f3232 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -2,9 +2,10 @@ module.exports = { // 一般检索 generalSearch: { + generalSearch: 'General search', advancedSearch: 'Advanced Search', homePage: 'Home', - searchHistory: '检索历史', + searchHistory: 'Search History', queryCondition: 'Query Condition', retrievalMode: 'Retrieval Mode', resourceType: 'Resource Type', @@ -17,32 +18,80 @@ module.exports = { standardState: 'Standard State', standardGradeClassification: 'Standard Grade Classification', all: 'All', - implementationDate: 'Release Date' + implementationDate: 'Release Date', + standardStatusSet: 'Standard state settings', + viewText: 'View Text', + exportName: 'General retrieval export', + fullSearch: 'full-text searching', + foreignStandard: 'Foreign standards and regulations', + enterpriseStandard: 'Enterprise standards', + notIncludeAbolishedStandard: 'Excluding abolishment standards', + includeAbolishedStandard: 'Including abolishment standards' }, // 高级搜索 advancedSearch: { - standardNum: '标准号', - standardName: '标准名称', - releaseDate: '发布日期', - materialDate: '实施日期', - standardStatus: '标准状态' + standardNum: 'Standard number', + standardName: 'Standard Name', + releaseDate: 'Release Date', + materialDate: 'Implementation Date', + standardStatus: 'Standard State', + newProduceMaterialDate: 'Implementation date of new production vehicles', + newAttestationMaterialDate: 'Implementation date of new certified vehicle', + storageConditions: 'Storage conditions', + unfoldConditions: 'Unfold conditions', + retrieveCategories: 'Retrieve categories', + standardType: 'STANDARD', + all: 'whole', + foreignStandards: 'Foreign standards and regulations', + enterpriseStandards: 'Enterprise standards', + term: 'term', + termNo: 'Clause number', + termTitle: 'Clause Title', + termContent: 'Clause content', + applicableComponents: 'Applicable components', + newProduceVehiclesImplementationDate: 'Implementation date of new production vehicles', + newAuthVehiclesImplementationDate: 'Implementation date of new certified vehicle', + registrationDate: 'Registration date', + keywords: 'keywords', + responsibleDepartment: 'Responsible department', + responsibleDepartmentModule: 'Responsible department professional module', + relatedDepartments: 'Related departments', + relatedDepartmentModule: 'Related department professional module', + applications: 'Applications', + powerType: 'Power Type', + professionalField: 'Professional field', + configurationRequirements: 'Configuration requirements', + exportName: 'Advanced retrieval export', + standard: 'standard' }, // 快捷入口 quickEnter: { - quickEnter: '快捷入口', - menuManage: '菜单管理', - custom: '自定义', - optionModules: '可选模块', - personalDisplayModule: '个人展示模块', - itemUnit: '项', - itemsUnit: '项', - listEmpty: '列表为空', - pleaseEnterSearchContent: '请输入搜索内容', - maxSelectedNine: '最多选择9个模块' + quickEnter: 'Quick entrance', + menuManage: 'Menu management', + custom: 'custom', + optionModules: 'Option Modules', + personalDisplayModule: 'Personal Display Module', + itemUnit: 'term', + itemsUnit: 'term', + listEmpty: 'List is empty', + pleaseEnterSearchContent: 'Please enter search content', + maxSelected: 'Select up to 14 modules', + newFunction: 'New features' }, // 待办任务 todoTask: { - todoTask: '待办任务', - more: '更多' + todoTask: 'To Do Tasks', + more: 'more' + }, + // 友情链接 + friendLink: { + friendLink: 'Friendship link', + more: 'more' + }, + // 检索 + retrieval: { + titleSearch: 'Title search', + fullSearch: 'full-text searching', + advancedSearch: 'Advanced Search' } } diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js index 28f6b1c..c55e4d8 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -2,7 +2,8 @@ module.exports = { // 一般检索 generalSearch: { - advancedSearch: '高级搜索', + generalSearch: '一般检索', + advancedSearch: '高级检索', homePage: '首页', searchHistory: '检索历史', queryCondition: '查询条件', @@ -20,7 +21,12 @@ module.exports = { implementationDate: '实施日期', standardStatusSet: '标准状态设置', viewText: '查看文本', - exportName: '一般检索导出' + exportName: '一般检索导出', + fullSearch: '全文检索', + foreignStandard: '外来标准法规', + enterpriseStandard: '企业标准', + notIncludeAbolishedStandard: '不包含废止标准', + includeAbolishedStandard: '包含废止标准' }, // 高级搜索 advancedSearch: { @@ -28,7 +34,35 @@ module.exports = { standardName: '标准名称', releaseDate: '发布日期', materialDate: '实施日期', - standardStatus: '标准状态' + standardStatus: '标准状态', + newProduceMaterialDate: '新生产车实施日期', + newAttestationMaterialDate: '新认证车实施日期', + storageConditions: '收起条件', + unfoldConditions: '展开条件', + retrieveCategories: '检索类别', + standardType: '标准类型', + all: '全部', + foreignStandards: '外来标准法规', + enterpriseStandards: '企业标准', + term: '条款', + termNo: '条款号', + termTitle: '条款标题', + termContent: '条款内容', + applicableComponents: '适用零部件', + newProduceVehiclesImplementationDate: '新生产车实施日期', + newAuthVehiclesImplementationDate: '新认证车实施日期', + registrationDate: '注册日期', + keywords: '关键字', + responsibleDepartment: '责任部门', + responsibleDepartmentModule: '责任部门专业模块', + relatedDepartments: '关联部门', + relatedDepartmentModule: '关联部门专业模块', + applications: '适用车型', + powerType: '动力类型', + professionalField: '专业领域', + configurationRequirements: '配置需求', + exportName: '高级检索导出', + standard: '标准' }, // 快捷入口 quickEnter: { @@ -48,5 +82,16 @@ module.exports = { todoTask: { todoTask: '待办任务', more: '更多' + }, + // 友情链接 + friendLink: { + friendLink: '友情链接', + more: '更多' + }, + // 检索 + retrieval: { + titleSearch: '标题检索', + fullSearch: '全文检索', + advancedSearch: '高级检索' } } diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 64fedec..7fdf918 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -89,27 +89,27 @@ module.exports = { }, // 标准主计划 standardMasterPlan: { - standardNumber: '标准编号', - standardName: '标准名称', - standardStatus: '标准状态', - applicableMarket: '适用市场', - informationInput: '信息输入', - textStorage: '文本入库', - importNotification: '导入通知', - interpretationOfRegulations: '法规解读', - regulatoryPromotion: '法规宣贯', - marketRegulationListUpdate: '市场法规清单更新', - regulatoryComplianceInvestigation: '法规符合性排查', - generalDocumentRectificationPlan: '通用文件整改计划', - vehicleModelRectification: '车型整改', - isItRelatedTo: '是否涉及', - responsiblePerson: '责任人', - plannedCompletionDate: '计划完成日期', - actualFinishingDate: '实际完成日期', - deliverables: '交付物', - pcrNumber: 'PCR编号', - rectifyFinishingDate: '整改完成日期', - viewMarketList: '查看市场清单', - viewTroubleshootingResults: '查看排查结果' + standardNumber: 'standard number', + standardName: 'Standard Name', + standardStatus: 'Standard State', + applicableMarket: 'Applicable markets', + informationInput: 'Information input', + textStorage: 'Text storage', + importNotification: 'Import Notification', + interpretationOfRegulations: 'Interpretation of regulations', + regulatoryPromotion: 'Regulatory promotion', + marketRegulationListUpdate: 'Market Regulation List Update', + regulatoryComplianceInvestigation: 'Regulatory compliance investigation', + generalDocumentRectificationPlan: 'General Document Rectification Plan', + vehicleModelRectification: 'Vehicle model rectification', + isItRelatedTo: 'Is it related to', + responsiblePerson: 'person responsible', + plannedCompletionDate: 'Planned completion date', + actualFinishingDate: 'actual finishing date', + deliverables: 'Deliverables', + pcrNumber: 'PCR number', + rectifyFinishingDate: 'Completion date of rectification', + viewMarketList: 'View market list', + viewTroubleshootingResults: 'View troubleshooting results' } } diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index 182ff54..9184aac 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -10,6 +10,7 @@ module.exports = { submitQuestion: '提交问题', standardCatalogue: '标准目录', clauseLabel: '条文标签', + translation: '译文', clauseNumber: '条文号', clauseTitle: '条文标题', regulatoryRequirementsType: '法规要求类型', // 法规要求类型 diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 2473641..2b89429 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -3,14 +3,26 @@
{{ item.name }}
+{{ this.$t('dashboard.quickEnter.quickEnter') }}
-{{ this.$t('dashboard.quickEnter.menuManage') }}
+
{{ item.name }}
{{ $t('dashboard.quickEnter.newFunction') }}
+