1 line
2.0 KiB
Plaintext
1 line
2.0 KiB
Plaintext
<view class="data-v-fd033b72"><view class="opewrap data-v-fd033b72"><view data-event-opts="{{[['tap',[['toEdit',['$event']]]]]}}" class="operation data-v-fd033b72" bindtap="__e">修改</view></view><view class="cirtit data-v-fd033b72">负责人</view><view class="peobox data-v-fd033b72"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.roles==1}}"><view class="peoinfo data-v-fd033b72"><image class="peoimg data-v-fd033b72" src="{{item.img?item.img:BASE_IMG_URL+'headImg.png'}}" mode></image><view class="peoright data-v-fd033b72"><view class="pr_left data-v-fd033b72"><view class="name data-v-fd033b72">{{item.name}}</view><view class="pr_text data-v-fd033b72">团队角色 负责人</view><view class="pr_text data-v-fd033b72">权限 负责人</view></view><image class="pr_phone data-v-fd033b72" src="{{BASE_IMG_URL+'call.png'}}" mode data-event-opts="{{[['tap',[['toCall',['$0'],[[['list','',index]]]]]]]}}" bindtap="__e"></image></view></view></block></block></view><view class="cirtit data-v-fd033b72">团队成员</view><view class="peobox data-v-fd033b72"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.roles==2}}"><view class="peoinfo data-v-fd033b72"><image class="peoimg data-v-fd033b72" src="{{item.img?item.img:BASE_IMG_URL+'headImg.png'}}" mode></image><view class="peoright data-v-fd033b72"><view class="pr_left data-v-fd033b72"><view class="name data-v-fd033b72">{{item.name}}</view><view class="pr_text data-v-fd033b72">团队角色 普通员工</view><block wx:if="{{item.is_edit==0}}"><view class="pr_text data-v-fd033b72">权限 只读</view></block><block wx:if="{{item.is_edit==1}}"><view class="pr_text data-v-fd033b72">权限 读写</view></block></view><image class="pr_phone data-v-fd033b72" src="{{BASE_IMG_URL+'call.png'}}" mode data-event-opts="{{[['tap',[['toCall',['$0'],[[['list','',index]]]]]]]}}" bindtap="__e"></image></view></view></block></block></view><view style="height:30rpx;" class="data-v-fd033b72"></view></view> |