From 03c1767e01ee196863cedff487abd0903dfcbb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 2 Jun 2023 11:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 22 +++ jero-web/src/common/lang/zh-cn.js | 22 +++ jero-web/src/views/phoneView/home.vue | 95 ++++++++++--- jero-web/src/views/phoneView/search.vue | 8 +- jero-web/src/views/phoneView/taskData.vue | 142 ++++++++++---------- jero-web/src/views/phoneView/toDoCenter.vue | 8 +- 6 files changed, 203 insertions(+), 94 deletions(-) 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')}}