|
@@ -8,7 +8,7 @@
|
|
|
:show="activeIndex === item[primaryKey]"
|
|
|
:key="index"
|
|
|
:index='item.id'
|
|
|
- @content-click="(id) => handle2ProcessTask(id, item.id, item.category, item.procDefId, false)">
|
|
|
+ @content-click="(id) => handle2ProcessTask('', item.id, item.category, item.procDefId, false)">
|
|
|
<di-descriptions :title="item.name" label-col="3" value-col="9" :border-bottom="true" >
|
|
|
<u-tag slot="right" size="mini" :text="item.statusLabel" :type="statusColorMap[item.statusLabel]" mode="light" />
|
|
|
<di-descriptions-item label="流程名称" :value="item.processDefinitionName" :ellipsis="true"/>
|