|
@@ -5,9 +5,9 @@
|
|
|
<!-- 右滑 -->
|
|
|
<u-swipe-action
|
|
|
v-for="(item, index) in list"
|
|
|
- :show="activeIndex === item[primaryKey]"
|
|
|
+ :show="activeIndex === item[primaryKey]"
|
|
|
:key="index"
|
|
|
- :index='item.id'
|
|
|
+ :index='item.id'
|
|
|
@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" />
|