|
|
@ -514,10 +514,10 @@ const delTask = (val:any) => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template #footer> |
|
|
<template v-if="item.isMyMsg" #footer> |
|
|
<div class="contentBetween"> |
|
|
<div class="contentBetween"> |
|
|
<el-text></el-text> |
|
|
<el-text></el-text> |
|
|
<el-button-group v-if="item.isMyMsg"> |
|
|
<el-button-group > |
|
|
<el-button v-if="butIsShow(item,7)" type="success" size="small" @click="submitApproval(item)">提交审批</el-button> |
|
|
<el-button v-if="butIsShow(item,7)" type="success" size="small" @click="submitApproval(item)">提交审批</el-button> |
|
|
<el-button v-if="butIsShow(item,2)" type="warning" size="small" @click="reapplyApproval(item)">重新申请</el-button> |
|
|
<el-button v-if="butIsShow(item,2)" type="warning" size="small" @click="reapplyApproval(item)">重新申请</el-button> |
|
|
<el-button v-if="butIsShow(item,3)" type="" size="small" @click="withdrawAnApplication(item)">撤回</el-button> |
|
|
<el-button v-if="butIsShow(item,3)" type="" size="small" @click="withdrawAnApplication(item)">撤回</el-button> |
|
|
@ -562,7 +562,7 @@ const delTask = (val:any) => { |
|
|
padding: 10px 10px; |
|
|
padding: 10px 10px; |
|
|
} |
|
|
} |
|
|
:deep .el-card__header{ |
|
|
:deep .el-card__header{ |
|
|
padding: 0px 5px; |
|
|
padding: 3px 5px; |
|
|
} |
|
|
} |
|
|
.cardImg{ |
|
|
.cardImg{ |
|
|
max-height: 150px; |
|
|
max-height: 150px; |
|
|
|