dufeng 1 年之前
父節點
當前提交
8d0bcbdf99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/workflowTask/approveCenter/launchList.vue

+ 1 - 1
pages/workflowTask/approveCenter/launchList.vue

@@ -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)">