diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 28d744d1e..fce4bdeea 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1839,4 +1839,26 @@ module.exports = { toResubmit:'To Resubmit', selectDesignConformanceAsConformance:'Select Design Conformance verification process state as Conformance or Verify conformance verification process state as conformance obtained data', submissionProcess:'Submission Process', + + //手机端 + myCollection:'My Collection', + recentBrowsing:'Recent Browsing', + mySubscription:'My Subscription', + languageSwitching:'Language Switching', + phoneSearch:'search', + taskStatistics:'Task Statistics', + mine:'Mine', + regulatoryCertificationProcess:'Regulatory certification process', + authenticationParameterCollection:'Authentication parameter collection', + regulatoryCertificationProcessData:'Regulatory Certification Process Data', + regulationListIssuance:'Regulation list issuance', + designTheComplianceProcess:'Design the compliance process', + verifyComplianceProcess:'Verify compliance process', + thePreHomeProcess:'Pre-Home Process', + technicalAssessmentOfRegulations:'Technical Assessment Regulations', + legalOpinionCollection:'Legal Opinion Collection', + authenticationParameterCollectionData:'Authentication parameter collection data', + phoneRelatedItems:'Related items', + listHeading:'List heading', + phoneVersionNumber:'Version number', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index f92664c4a..960deef8e 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1940,4 +1940,26 @@ module.exports = { toResubmit:'重新提交', selectDesignConformanceAsConformance:'请选择设计符合性确认流程状态为符合或验证符合性确认流程状态为符合的数据', submissionProcess:'提交流程', + + //手机端 + myCollection:'我的收藏', + recentBrowsing:'最近浏览', + mySubscription:'我的订阅', + languageSwitching:'语言切换', + phoneSearch:'搜索', + taskStatistics:'任务统计', + mine:'我的', + regulatoryCertificationProcess:'法规认证流程', + authenticationParameterCollection:'认证参数收集', + regulatoryCertificationProcessData:'法规认证流程数据', + regulationListIssuance:'法规清单发布', + designTheComplianceProcess:'设计符合性流程', + verifyComplianceProcess:'验证符合性流程', + thePreHomeProcess:'Pre-home流程', + technicalAssessmentOfRegulations:'法规技术评估', + legalOpinionCollection:'法规意见收集', + authenticationParameterCollectionData:'认证参数收集数据', + phoneRelatedItems:'相关项目', + listHeading:'清单标题', + phoneVersionNumber:'版本号', } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/home.vue b/jero-web/src/views/phoneView/home.vue index 87f1f5920..72d336ad0 100644 --- a/jero-web/src/views/phoneView/home.vue +++ b/jero-web/src/views/phoneView/home.vue @@ -15,55 +15,71 @@
- 最近浏览 + {{$t('recentBrowsing')}}
- 我的收藏 + {{$t('myCollection')}}
- 我的订阅 - - -
-
- - - 退出登录 + {{$t('mySubscription')}}
+ + + + + + +
- 语言切换 + {{$t('languageSwitching')}} - 英文 - + 英文 + 中文 +
- 搜索 - 待办中心 - 任务统计 - 我的 + {{$t('phoneSearch')}} + {{$t('todocenter')}} + {{$t('taskStatistics')}} + {{$t('mine')}}