@@ -5,7 +5,7 @@
<!-- 右滑 -->
<u-swipe-action
v-for="(item, index) in list"
- :show="activeIndex === item[primaryKey]"
+ :show="activeIndex === item[primaryKey]"
:key="index"
:index='item.id'
@content-click="(id) => handle2ProcessTask('', item.id, item.category, item.procDefId, false)">