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