|
@@ -28,8 +28,9 @@
|
|
|
<view class="approveItem_a1_text2" v-if="item.action!=0" >
|
|
|
{{item.finishTime}}
|
|
|
</view>
|
|
|
- <view class="approveItem_a1_text3">
|
|
|
- <view class="approveItem_a1_text3Img" v-for="(it,j) in (item.wfProcinstActUserList)"
|
|
|
+ <view class="approveItem_a1_text3">
|
|
|
+
|
|
|
+ <view class="approveItem_a1_text3Img" v-for="(it,j) in (item.wfProcinstActUserList)"
|
|
|
:key="i+'_'+j" :style="initStart&&it.type==1&&(item.action!=0||item.status==1)?'width: 100%;':''">
|
|
|
|
|
|
<view class="approveItem_a1_text3Img_item1" >
|
|
@@ -137,7 +138,7 @@
|
|
|
margin-right: 32rpx;
|
|
|
|
|
|
.approveItem_a1 {
|
|
|
-
|
|
|
+ width: 100%;
|
|
|
.approveItem_a1_text1 {
|
|
|
display: flex;
|
|
|
align-items: center;
|