浏览代码

撤回按钮标红

hubin 1 年之前
父节点
当前提交
e0fd4e46f1
共有 1 个文件被更改,包括 5 次插入1 次删除
  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>