|
|
@ -4,12 +4,12 @@ |
|
|
|
<view> |
|
|
|
<u-search :show-action="true" v-model="data.searchValue" action-text="搜索" input-align="left" height="65" border-color="#ff9900" @search="alert()"></u-search> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-y="true" class="scroll-Y"> |
|
|
|
<scroll-view scroll-y="true" class="scroll-Y" style="height: calc(100vh - 80rpx)"> |
|
|
|
<u-checkbox-group class="item" @change="checkChange"> |
|
|
|
<u-checkbox class="dec" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item">{{ item.personName }}</u-checkbox> |
|
|
|
</u-checkbox-group> |
|
|
|
</scroll-view> |
|
|
|
<u-button form-type="button" style="color:#ffffff;backgroundColor:#3C9CFF;" @click="onSubmit">确认选择</u-button> |
|
|
|
<u-button form-type="button" style="color:#ffffff;backgroundColor:#3C9CFF;position: fixed;bottom: 0px;width: 100%" @click="onSubmit">确认选择</u-button> |
|
|
|
|
|
|
|
<!-- <view class="item" v-for="(item, index) in list" :key="index" @click="openDetail(item)">--> |
|
|
|
<!-- <view class="dec">--> |
|
|
|