diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 17561d0c1..c50650abd 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1847,4 +1847,5 @@ module.exports = {
approvalcycle:'Approval cycle(day)',
transittime:'Transit Time',
returntime:'Return time',
+ operationguide:'Project operation guide',
}
\ 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 58eec5d73..a7caae8ad 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1948,4 +1948,5 @@ module.exports = {
approvalcycle:'审批周期(天)',
transittime:'通过时间',
returntime:'退回时间',
+ operationguide:'项目操作指南',
}
\ No newline at end of file
diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue
index 5b1a81350..8f6eae6a4 100644
--- a/jero-web/src/components/tools/UserMenu.vue
+++ b/jero-web/src/components/tools/UserMenu.vue
@@ -31,13 +31,30 @@
-
-
+
+
@@ -217,6 +234,9 @@
Jumpflybook(){
window.open('https://eicgyqr5mc.feishu.cn/docx/doxcnY2GbQfMSMqLP0eIFzFlEcd', '_blank');
},
+ Jumpoperationguide(){
+ window.open('https://eicgyqr5mc.feishu.cn/docx/ZyhWdIz7EoMZ68xhI2bckcWWnMg', '_blank');
+ },
/* update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航*/
...mapActions(['Logout']),
...mapGetters(['username', 'avatar', 'userInfo']),
diff --git a/jero-web/src/views/parameter/managementdetails/index.vue b/jero-web/src/views/parameter/managementdetails/index.vue
index 936066d2b..3f6febdc6 100644
--- a/jero-web/src/views/parameter/managementdetails/index.vue
+++ b/jero-web/src/views/parameter/managementdetails/index.vue
@@ -71,6 +71,38 @@
v-model="formInline.sdtName"/>
+
+
+
+ {{$t('NareaOfResponsibility')}}
+
+
+
+
+
+
+
+ {{$t('Required')}}
+
+
+
+
+
+
+
+
+
+ {{$t('yes')}}
+
+
+ {{$t('notOnlyRz')}}
+
+
+
+
diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index e0210dca8..c02eec2f8 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -67,25 +67,25 @@
-
-
{{$t('certificationCategory')}}
+
+ {{$t('NareaOfResponsibility')}}
-
+
-
-
{{$t('NareaOfResponsibility')}}
+
+ {{$t('certificationCategory')}}
-
+
diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue
index 5e7b3c5ec..182febd9f 100644
--- a/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue
+++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/statistics.vue
@@ -165,6 +165,7 @@
this.title = val.name
this.projectQuery = val
this.getEchart()
+ console.log(this.projectQuery.name)
if (this.projectQuery.name == this.$t('certificationSubmission') || this.projectQuery.name == this.$t('certificationEnd')) {
this.$nextTick(() => {
this.num = '0'