|
@@ -14,17 +14,17 @@
|
|
<div style="margin-left: 25px; margin-bottom: 4px; font-size: 16px">{{ t.nodeRole }}</div>
|
|
<div style="margin-left: 25px; margin-bottom: 4px; font-size: 16px">{{ t.nodeRole }}</div>
|
|
<div class="timeline-content" v-if="t.list">
|
|
<div class="timeline-content" v-if="t.list">
|
|
<div class="timeline-date" v-for="(item, index1) in t.list" :key="index1">
|
|
<div class="timeline-date" v-for="(item, index1) in t.list" :key="index1">
|
|
- <span style="display: inline-block; margin-bottom: 15px"> 审核人:{{ item.userName }}</span>
|
|
|
|
|
|
+ <span style="display: inline-block; margin-bottom: 15px;color:rgb(6, 208, 239)">{{ item.userName }}</span>
|
|
<div class="timeline-title">审核时间:{{ item.approvalTime }}</div>
|
|
<div class="timeline-title">审核时间:{{ item.approvalTime }}</div>
|
|
<div class="timeline-title">备注:{{ item.comment ? item.comment : '无' }}</div>
|
|
<div class="timeline-title">备注:{{ item.comment ? item.comment : '无' }}</div>
|
|
<div class="timeline-desc">
|
|
<div class="timeline-desc">
|
|
审核状态:
|
|
审核状态:
|
|
<span v-show="item.status == 0" style="color: rgba(14, 116, 218, 1)">待审批</span>
|
|
<span v-show="item.status == 0" style="color: rgba(14, 116, 218, 1)">待审批</span>
|
|
- <span v-show="item.status == 1" style="color: rgb(18, 164, 52)">已归档</span>
|
|
|
|
|
|
+ <span v-show="item.status == 1" style="color: rgb(18, 164, 52)">已抄送</span>
|
|
<span v-show="item.status == 2" style="color: rgb(201, 46, 46)">已撤销</span>
|
|
<span v-show="item.status == 2" style="color: rgb(201, 46, 46)">已撤销</span>
|
|
<span v-show="item.status == 3" style="color: rgb(201, 46, 46)">已驳回</span>
|
|
<span v-show="item.status == 3" style="color: rgb(201, 46, 46)">已驳回</span>
|
|
- <span v-show="item.status == 4" style="color: rgba(14, 116, 218, 1)">审批中</span>
|
|
|
|
- <span v-show="item.status == 5" style="color: rgb(230, 150, 22)">已审批</span>
|
|
|
|
|
|
+ <span v-show="item.status == 4" style="color: rgba(14, 116, 218, 1)">已同意</span>
|
|
|
|
+ <span v-show="item.status == 5" style="color: rgb(230, 150, 22)">待抄送</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|