|
@@ -108,7 +108,11 @@
|
|
|
@click="openComment('consentOrRefuseVisible', 'reject')"
|
|
|
>拒绝</el-button
|
|
|
>
|
|
|
- <el-button v-if="currentTaskType === 'myApplication' && allowRevocation" :icon="Close" @click="openComment('reviewVisible', 'revoke')"
|
|
|
+ <el-button
|
|
|
+ v-if="currentTaskType === 'myApplication' && allowRevocation"
|
|
|
+ :icon="Close"
|
|
|
+ type="danger"
|
|
|
+ @click="openComment('reviewVisible', 'revoke')"
|
|
|
>撤回</el-button
|
|
|
>
|
|
|
<el-button v-if="currentTaskType === 'pendingClaim'" :icon="Close" @click="claimTaskEv">认领</el-button>
|