- 完成时间:2023-10-20 13:00:01
+
+
+
+
+
+
+ 完成时间:{{ formatToDateHMS(props.data.createdate) }}
+
-
+
- 审批结果:不合格
+ 审批结果:{{ getLabel(props.data.states) }}
+
-
+
- 一级审批
+ {{ items.nodeName }}
-
+
@@ -109,6 +141,49 @@ onMounted(() => {
}
}
+ .point-line{
+ width: 10px;
+ height: 10px;
+ background: #507afd;
+ border-radius: 50%;
+ }
+
+ .point-empty{
+ width: 10px;
+ height: 10px;
+ background: #dde5fe;
+ border: 2px solid #7395ff;
+ border-radius: 50%;
+ }
+
+ .time-wrap{
+ display: flex;
+ align-items: center;
+ }
+
+ .time{
+ font-size: 14px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ color: #507afd;
+ line-height: 24px;
+ position: relative;
+ height: 24px;
+ background: rgba(80,122,253,0.10);
+ display: inline-block;
+ padding-right: 6px;
+ }
+
+ .triangle{
+ width: 0;
+ height: 0;
+ border-top: 12px solid transparent;
+ border-right: 15px solid rgba(80,122,253,0.10);
+ border-left: 15px solid transparent;
+ border-bottom: 12px solid transparent;
+ margin-left: -15px;
+ }
+
.card{
background: #f9fafc;
padding: 16px;
@@ -132,10 +207,15 @@ onMounted(() => {
}
}
+ .item{
+ margin-bottom: 16px;
+ }
+
.col-item{
display: flex;
align-items: center;
padding-left: 26px;
+ margin-bottom: 8px;
.label{
display: flex;
- 审批时间:2022-12-10 12:00:09
+ 审批时间:{{ formatToDateHMS(item.createdate) }}
- 审批人:张三天
+ 审批人:{{ item.username }}
- 审批结果:通过
+ 审批结果:{{ getLabel(item.statshis) }}
- 备注:--
+ 备注:{{ item.taskcomment }}