|
@@ -6,17 +6,17 @@
|
|
|
<template #title>
|
|
|
<div v-if="item.status == 1" style="width: 100%; line-height: 21px">
|
|
|
<span>{{ item.name }}</span>
|
|
|
- <a-button
|
|
|
- style="margin-left: 16px"
|
|
|
- ghost
|
|
|
- disabled
|
|
|
- v-if="!isCustomer"
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- @click="finishOrRollbackStep(item.id, 0, null, item.nodeType, item.description)"
|
|
|
- >
|
|
|
- 撤销
|
|
|
- </a-button>
|
|
|
+ <!-- <a-button-->
|
|
|
+ <!-- style="margin-left: 16px"-->
|
|
|
+ <!-- ghost-->
|
|
|
+ <!-- disabled-->
|
|
|
+ <!-- v-if="!isCustomer"-->
|
|
|
+ <!-- type="primary"-->
|
|
|
+ <!-- size="small"-->
|
|
|
+ <!-- @click="finishOrRollbackStep(item.id, 0, null, item.nodeType, item.description)"-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- 撤销-->
|
|
|
+ <!-- </a-button>-->
|
|
|
|
|
|
<span style="margin-left: 40px">{{ item.finTime }}</span>
|
|
|
</div>
|