diff --git a/src/views/task/aside/ListItem.vue b/src/views/task/aside/ListItem.vue
index ec51369..cf73df8 100644
--- a/src/views/task/aside/ListItem.vue
+++ b/src/views/task/aside/ListItem.vue
@@ -36,9 +36,17 @@ const svgName = computed(() => {
-
- 审批状态:{{
- listItem.statshisText
- }}
+ 审批状态:{{ listItem.statshisText }}
- 审批节点:{{ listItem.tasknamehis }}
-
@@ -80,12 +88,37 @@ const svgName = computed(() => {
display: inline-block;
display: flex;
align-items: center;
-
+ }
+ &-error {
+ &:before {
+ content: "";
+ width: 6px;
+ height: 6px;
+ background: #e45656;
+ border-radius: 50%;
+ display: inline-block;
+ margin-left: 8px;
+ margin-right: 4px;
+ }
+ }
+ &-success {
+ &:before {
+ content: "";
+ width: 6px;
+ height: 6px;
+ background: #53c21d;
+ border-radius: 50%;
+ display: inline-block;
+ margin-left: 8px;
+ margin-right: 4px;
+ }
+ }
+ &-watting {
&:before {
content: "";
width: 6px;
height: 6px;
- background: #fe9800;
+ background: #398ade;
border-radius: 50%;
display: inline-block;
margin-left: 8px;