fix 80941
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<a @click="handleDetail(record)" class="table-ope-btn">{{ $t('view') }}</a>
|
||||
<a-divider v-if="record.prcStatus === 1" v-has="'workCenter:monitorList:withdrawal'" type="vertical" />
|
||||
<!-- 强制撤回 -->
|
||||
<a v-if="record.prcStatus === 1" v-has="'workCenter:monitorList:withdrawal'" @click="handleWithdrawal(record)" class="table-ope-btn">{{ $t('compulsoryWithdrawal') }}</a>
|
||||
<a v-if="record.prcStatus === 1" @click="handleWithdrawal(record)" class="table-ope-btn">{{ $t('compulsoryWithdrawal') }}</a>
|
||||
</div>
|
||||
|
||||
</j-table>
|
||||
|
||||
Reference in New Issue
Block a user