hubin 1 rok pred
rodič
commit
e0fd4e46f1

+ 5 - 1
src/views/approve/components/approvedContent.vue

@@ -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>