diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue
index a61584e34..1ac1af27b 100644
--- a/jero-web/src/views/projectManagement/components/TaskList.vue
+++ b/jero-web/src/views/projectManagement/components/TaskList.vue
@@ -19,7 +19,7 @@
+ :triggerChange="false" :dictCode="'duty_territory'"/>
@@ -57,9 +57,10 @@
-
-
1212sdfdsf
-
hahahaha
+
+
+ {{item}}
+
@@ -99,7 +100,7 @@
-
+
实验通过
@@ -454,52 +455,62 @@
}
.accordColor {
- background: #96ecad;
+ background: #dbf6e2;
color: #26BD4B;
}
.nonConformityColor {
- background: #eeaeae;
+ background: #f3dddd;
color: #E83030;
}
.TrackedColor {
- background: #f0d7b1;
+ background: #f6ebdb;
color: #FDA71C;
}
.notInvolvedColor {
- background: #e2edf8;
+ background: #eef1f4;
color: #707486;
}
.submittedColor {
color: #00B3BE;
- background: #94e0e4;
+ background: #ddf3f4;
}
.Current-color {
display: inline-block;
- width: 26px;
- height: 26px;
+ width: 28px;
+ height: 28px;
line-height: 32px;
text-align: center;
- background: #fff;
+ background: #dcf7e3;
border-radius: 50%;
- border: 1px red solid;
}
.Current-color-box {
display: inline-block;
- width: 18px;
- height: 18px;
- background: red;
+ width: 14px;
+ height: 14px;
+ background: #26BD4B;
border-radius: 50%;
}
.box-content-cou {
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;
+ }