mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
no message
This commit is contained in:
parent
75bc7f2a77
commit
939da1278f
@ -73,7 +73,7 @@ export default {
|
|||||||
if (projectKeyValue) {
|
if (projectKeyValue) {
|
||||||
return data.filter(item => $A.strExists(`${item.name}||${item.desc}`, projectKeyValue));
|
return data.filter(item => $A.strExists(`${item.name}||${item.desc}`, projectKeyValue));
|
||||||
}
|
}
|
||||||
return data.map(item => {
|
/*return data.map(item => {
|
||||||
if (!$A.isArray(item.user_simple)) {
|
if (!$A.isArray(item.user_simple)) {
|
||||||
const arr = (item.user_simple || "").split("|");
|
const arr = (item.user_simple || "").split("|");
|
||||||
if (arr.length > 1) {
|
if (arr.length > 1) {
|
||||||
@ -85,7 +85,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});*/
|
||||||
|
return data;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -136,12 +136,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left: 28px;
|
margin-left: 28px;
|
||||||
.is-success {
|
.el-progress {
|
||||||
opacity: 0.5;
|
&.is-success {
|
||||||
.el-icon-check {
|
opacity: 0.5;
|
||||||
font-size: 28px;
|
.el-icon-check {
|
||||||
font-weight: 900;
|
font-size: 28px;
|
||||||
color: $primary-color;
|
font-weight: 900;
|
||||||
|
color: $primary-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.el-progress__text {
|
||||||
|
font-size: 12px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user