crm_second_opening_mini/components/fixedApproval.wxml

1 line
982 B
Plaintext
Raw Normal View History

2023-03-13 01:13:08 +00:00
<view class="boxwarp data-v-4f43e66d"><view class="apptitle data-v-4f43e66d">审批流程</view><view class="approbox data-v-4f43e66d"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="appli data-v-4f43e66d"><view class="xian data-v-4f43e66d"></view><block wx:if="{{item.status==1}}"><view class="title data-v-4f43e66d">指定员工(任意一人)</view></block><block wx:if="{{item.status==2}}"><view class="title data-v-4f43e66d">指定员工(会签)</view></block><block wx:if="{{item.status==3}}"><view class="title data-v-4f43e66d">直属上级</view></block><view class="stafflist data-v-4f43e66d"><block wx:for="{{item.stafflist}}" wx:for-item="staffitem" wx:for-index="staffindex" wx:key="staffindex"><view class="staffli data-v-4f43e66d"><image class="staffimg data-v-4f43e66d" src="{{staffitem.img}}" mode></image><view class="staffname data-v-4f43e66d">{{staffitem.name}}</view></view></block></view></view></block></view></view>