dufeng 1 vuosi sitten
vanhempi
commit
0c362e5744
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/workflowTask/approveCenter/launchList.vue

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

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