From 5a39a64b6d2a8fafa7c5cf6544c652f5097fcfbf Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 11 Aug 2023 17:43:39 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 14 + jero-web/src/common/lang/zh-cn.js | 13 + .../otaAuthentication/components/detil.vue | 624 ++++++++++++++++++ .../otamanagement/otaAuthentication/index.vue | 442 +++++++++++++ 4 files changed, 1093 insertions(+) create mode 100644 jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue create mode 100644 jero-web/src/views/otamanagement/otaAuthentication/index.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index b1b29c080..b69f3f62f 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1925,4 +1925,18 @@ module.exports = { processInitiationOne:'Process Initiation', taskHandlingOne:'Task Handling', taskReview:'Task Review', + softwareversion:'Software version', + softwareplatform:'Software platform', + softwarereleasetime:'Software release time', + theme:'theme', + influencestatute:'Influence statute', + vdrste:'VDR status', + impactdescription:'Impact description', + authenticationimpact:'Authentication impact', + impactstatement:'Impact statement', + certificationdeclaration:'Certification declaration', + matchingstate:'Matching state', + issuenotice:'Issue notice', + applyforrematch:'Apply for rematch', + } \ 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 8d1f65103..4462d9563 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3881,4 +3881,17 @@ module.exports = { processInitiationOne:'任务发起', taskHandlingOne:'任务办理', taskReview:'任务审查', + softwareversion:'软件版本', + softwareplatform:'软件平台', + softwarereleasetime:'软件发布时间', + theme:'主题', + influencestatute:'影响法规', + vdrste:'VDR状态', + impactdescription:'影响描述', + authenticationimpact:'认证影响', + impactstatement:'影响说明', + certificationdeclaration:'认证申报', + matchingstate:'匹配状态', + issuenotice:'下发通知', + applyforrematch:'申请重新匹配', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue new file mode 100644 index 000000000..978fcb7a5 --- /dev/null +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -0,0 +1,624 @@ + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/otaAuthentication/index.vue b/jero-web/src/views/otamanagement/otaAuthentication/index.vue new file mode 100644 index 000000000..dafac7c75 --- /dev/null +++ b/jero-web/src/views/otamanagement/otaAuthentication/index.vue @@ -0,0 +1,442 @@ + + + + + + + \ No newline at end of file