[update] 修改bug81099
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
<div slot="action" slot-scope="{record}" class="action-span-cell">
|
||||
<!-- 查看 -->
|
||||
<a @click="handleDetail(record)" class="table-ope-btn">{{ $t('view') }}</a>
|
||||
<a-divider v-if="record.prcStatus !== 2" v-has="'workCenter:monitorList:withdrawal'" type="vertical" />
|
||||
<a-divider v-if="record.prcStatus === 1" v-has="'workCenter:monitorList:withdrawal'" type="vertical" />
|
||||
<!-- 强制撤回 -->
|
||||
<a v-if="record.prcStatus !== 2" v-has="'workCenter:monitorList:withdrawal'" @click="handleWithdrawal(record)" class="table-ope-btn">{{ $t('compulsoryWithdrawal') }}</a>
|
||||
<a v-if="record.prcStatus === 1" v-has="'workCenter:monitorList:withdrawal'" @click="handleWithdrawal(record)" class="table-ope-btn">{{ $t('compulsoryWithdrawal') }}</a>
|
||||
</div>
|
||||
|
||||
</j-table>
|
||||
|
||||
Reference in New Issue
Block a user