From 74bdc8f68ecea25840540ede26cd8596c1b0ee9a Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 10 May 2023 14:26:06 +0800 Subject: [PATCH] =?UTF-8?q?ota-=E5=A1=AB=E5=86=99=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../upgradeactivityrecord/index.vue | 53 +++++++++++++++++- .../vehicleinformation/index.vue | 56 ++++++++++++++++++- 4 files changed, 106 insertions(+), 5 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index a887cd5d6..7d1275aa0 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1829,4 +1829,5 @@ module.exports = { GRPSystemProjectProgressStatistics:'GRP system project progress statistics', statisticalNodes:'Statistical Nodes', proportionWithInTheAreaOfResponsibility:'Proportion within the area of responsibility', + contentsearch:'Content Search', } \ 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 c8e96fe35..ab702cd81 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1930,4 +1930,5 @@ module.exports = { GRPSystemProjectProgressStatistics:'GRP系统项目进度统计', statisticalNodes:'统计节点', proportionWithInTheAreaOfResponsibility:'责任领域内占比', + contentsearch:'内容搜索', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/index.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/index.vue index d6a15c946..feb4c9855 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/index.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/index.vue @@ -48,6 +48,40 @@ :maskClosable="false" @close="handleCancel" > +
+ + + +
+
+ {{$t('contentsearch')}} +
+ +
+
+ +
+
+ {{$t('module')}} +
+ +
+
+ + + {{$t('reset')}} + {{$t('query')}} + + +
+
+
+
+ + + +
+
+ {{$t('contentsearch')}} +
+ +
+
+ +
+
+ {{$t('module')}} +
+ +
+
+ + + {{$t('reset')}} + {{$t('query')}} + + +
+
+