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