Ver Fonte

撤回按钮标红

hubin há 1 ano atrás
pai
commit
e0fd4e46f1
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      src/views/approve/components/approvedContent.vue

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