+
-
- 实验通过
+
+ {{result.certificationProgress_dictText ? result.certificationProgress_dictText : $t('maintainProgress')}}
@@ -112,7 +122,7 @@
-
+
@@ -209,17 +219,26 @@
'NA': this.$t('notInvolved'),
'No rating': this.$t('toBeConfirmed')
},
-
+ CertificationColor: {
+ 'Test passed': 'accordColor',
+ 'Test failed': 'nonConformityColor',
+ 'In progress': 'TrackedColor',
+ 'NA': 'notInvolvedColor',
+ 'Not start': 'submittedColor'
+ },
queryParam: {},
url: {
list: '/project/projectTaskInventoryEO/list'
},
loading: false,
- dataSource: []
+ dataSource: [],
+ long: ''
}
},
mounted() {
this.getList()
+ this.long = localStorage.getItem('language') || 'zh-cn'
+
},
methods: {
...mapGetters(['userInfo']),
@@ -333,6 +352,9 @@
CurrentProjectClick(val) {
let item = JSON.parse(JSON.stringify(val))
this.$refs.TaskListModelRef.getData(item, this.$t('CurrentProjectStatusEvaluation'))
+ },
+ TaskListModelList() {
+ this.getList()
}
}
}
@@ -459,6 +481,17 @@
line-height: 32px;
}
+ .box-content-Progress {
+ width: 88px;
+ height: 32px;
+ display: inline-block;
+ text-align: center;
+ line-height: 32px;
+ border-radius: 4px;
+ background: #dbf6e2;
+ color: #26BD4B;
+ }
+
.accordColor {
background: #dbf6e2;
color: #26BD4B;
@@ -506,16 +539,6 @@
cursor: pointer;
}
- .box-content-Progress {
- width: 88px;
- height: 32px;
- display: inline-block;
- text-align: center;
- line-height: 32px;
- border-radius: 4px;
- background: #dbf6e2;
- color: #26BD4B;
- }
\ No newline at end of file
From 0de66e2bd2005a4d286b7a5fd643600c0d37f4f0 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Thu, 12 May 2022 16:59:39 +0800
Subject: [PATCH 18/22] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E6=B8=85=E5=8D=95=E8=AE=A4=E8=AF=81=E8=BF=9B=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../projectManagement/components/TaskList.vue | 15 ++++++--
.../components/TaskListModel.vue | 36 ++++++++++++++-----
2 files changed, 40 insertions(+), 11 deletions(-)
diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue
index 9d4d0fcd6..e0e1afe6b 100644
--- a/jero-web/src/views/projectManagement/components/TaskList.vue
+++ b/jero-web/src/views/projectManagement/components/TaskList.vue
@@ -115,8 +115,9 @@
-
@@ -227,6 +228,16 @@
'Not start': 'submittedColor'
},
queryParam: {},
+ CurrentColor: {
+ '1': '#f3dddd',
+ '2': '#f6ebdb',
+ '3': '#dbf6e2'
+ },
+ CurrentColorBox: {
+ '1': '#E83030',
+ '2': '#FDA71C',
+ '3': '#26BD4B'
+ },
url: {
list: '/project/projectTaskInventoryEO/list'
},
diff --git a/jero-web/src/views/projectManagement/components/TaskListModel.vue b/jero-web/src/views/projectManagement/components/TaskListModel.vue
index d32baf06e..9f4cc4c69 100644
--- a/jero-web/src/views/projectManagement/components/TaskListModel.vue
+++ b/jero-web/src/views/projectManagement/components/TaskListModel.vue
@@ -53,9 +53,10 @@
{{$t('CurrentProjectStatusEvaluation')}}
-