dufeng пре 1 година
родитељ
комит
0c362e5744
1 измењених фајлова са 2 додато и 2 уклоњено
  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" />