|
|
@ -61,8 +61,7 @@ |
|
|
|
|
|
|
|
<view class="pitfall"> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<view class="requirement"> |
|
|
|
<text class="prosecutors_pre">整改要求</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -139,12 +138,11 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<wux-actionsheet id="wux-actionsheet" /> |
|
|
|
<van-popup show="{{ showPopup }}" closeable close-icon="close" position="bottom" custom-style="height: 50%" bind:close="onClose"> |
|
|
|
<van-popup show="{{ showPopup }}" closeable close-icon="close" position="bottom" custom-style="height: 50%" bind:close="onClose" round> |
|
|
|
<view class="popup-content"> |
|
|
|
<van-checkbox-group value="{{selectedOptions}}" bind:change="onChange1"> |
|
|
|
<van-checkbox name="{{item.staffId}}" wx:for="{{arr}}">{{item.name}}</van-checkbox> |
|
|
|
<van-checkbox-group value="{{selectedOptions}}" bind:change="onChange1"> |
|
|
|
<van-checkbox name="{{item.staffId}}" custom-class="checkbox" wx:for="{{arr}}">{{item.name}}</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</view> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|