[update] 修改bug88490
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@
|
||||
<!-- 主排查人分发,设计工程师评估 -->
|
||||
<template v-else-if="[3, 4].includes(currentNode)">
|
||||
<!-- 驳回 -->
|
||||
<a-button type="danger" ghost :loading="loading" @click="handleReject" icon="close" :disabled="rejectDisabled">{{ $t('reject') }}</a-button>
|
||||
<a-button v-if="!rejectDisabled" type="danger" ghost :loading="loading" @click="handleReject" icon="close">{{ $t('reject') }}</a-button>
|
||||
<!-- 转办 -->
|
||||
<a-button type="primary" ghost :loading="loading" @click="handleTurnTo" icon="arrow-up">{{ $t('turnTo') }}</a-button>
|
||||
<!-- 保存 -->
|
||||
|
||||
Reference in New Issue
Block a user