添加已撤回标识

This commit is contained in:
a0049873 2022-11-30 11:47:43 +08:00
parent 1e8a6495a3
commit ddf1a7e6b3
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -59,6 +59,7 @@
v-for="item in contentList.data" v-for="item in contentList.data"
:key="item.index" :key="item.index"
> >
<div class="withdraw" v-if="item.approveStatus === '不通过'"></div>
<div class="content-body-title"> <div class="content-body-title">
<span> <span>
申请单号{{ 申请单号{{
@ -152,6 +153,7 @@
height="80" height="80"
v-if=" v-if="
item.processDefinitionName != '能力资源下架' && item.processDefinitionName != '能力资源下架' &&
item.approveStatus !== '不通过' &&
(item.resourceStatus == 4 || item.resourceStatus == 5) (item.resourceStatus == 4 || item.resourceStatus == 5)
" "
style="position: absolute; top: 20px; left: -850px" style="position: absolute; top: 20px; left: -850px"
@ -1081,6 +1083,16 @@
height: 150px; height: 150px;
border-bottom: #cccccc 1px solid; border-bottom: #cccccc 1px solid;
position: relative; position: relative;
.withdraw {
width: 0.675rem;
height: 0.3rem;
background: url('~@/assets/home/withdraw.png') no-repeat;
background-size: 100%;
position: absolute;
top: 0.3rem;
left: 0.87rem;
transform: rotate(-30deg);
}
.content-body-title { .content-body-title {
min-width: 100px; min-width: 100px;