[update] 修改bug79296
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<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 === 1" v-has="'workCenter:monitorList:withdrawal'" type="vertical" />
|
||||
<a-divider v-if="record.prcStatus === 1" type="vertical" />
|
||||
<!-- 强制撤回 -->
|
||||
<a v-if="record.prcStatus === 1" @click="handleWithdrawal(record)" class="table-ope-btn">{{ $t('compulsoryWithdrawal') }}</a>
|
||||
</div>
|
||||
@@ -82,6 +82,11 @@ export default {
|
||||
wrapperCol: {
|
||||
span: 14
|
||||
},
|
||||
/* 排序参数 */
|
||||
isorter: {
|
||||
column: 'receivedTaskTime',
|
||||
order: 'desc'
|
||||
},
|
||||
columns: [
|
||||
{ // 流程编号
|
||||
title: this.$t('workCenter.processCenter.processNumber'),
|
||||
|
||||
Reference in New Issue
Block a user