diff --git a/front/src/assets/home/withdraw.png b/front/src/assets/home/withdraw.png new file mode 100644 index 00000000..a4b6f84f Binary files /dev/null and b/front/src/assets/home/withdraw.png differ diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue index 2e4c5ea6..ab269bc2 100644 --- a/front/src/views/personalCenter/components/MyApply.vue +++ b/front/src/views/personalCenter/components/MyApply.vue @@ -59,6 +59,7 @@ v-for="item in contentList.data" :key="item.index" > +
申请单号:{{ @@ -152,6 +153,7 @@ height="80" v-if=" item.processDefinitionName != '能力资源下架' && + item.approveStatus !== '不通过' && (item.resourceStatus == 4 || item.resourceStatus == 5) " style="position: absolute; top: 20px; left: -850px" @@ -1081,6 +1083,16 @@ height: 150px; border-bottom: #cccccc 1px solid; 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 { min-width: 100px;