|
|
|
@ -133,18 +133,18 @@ |
|
|
|
|
<view class="formBox form-step-3" v-if="active === 3"> |
|
|
|
|
<view class="point"> |
|
|
|
|
<view class="title">重点排查</view> |
|
|
|
|
<u-row :gutter="15" class='row'> |
|
|
|
|
<u-col style="float: left;" :span="6" v-for="item in investigationSelectList" :key="item" |
|
|
|
|
<view class='row' style="display: flex; flex-wrap: wrap; justify-content: space-between;"> |
|
|
|
|
<view style="width: 300rpx;" v-for="item in investigationSelectList" :key="item" |
|
|
|
|
@click="showInvestigationTag(item)"> |
|
|
|
|
<view class="item">{{ item.name }}</view> |
|
|
|
|
</u-col> |
|
|
|
|
<u-col :span="6" style="float: left;"> |
|
|
|
|
</view> |
|
|
|
|
<view style="width: 300rpx;"> |
|
|
|
|
<view class="item add" @click="showInvestigation = true"> |
|
|
|
|
<uni-icons type="plusempty" size="24" style="margin-right: 10rpx; color: #2663bf" /> |
|
|
|
|
新增排查 |
|
|
|
|
</view> |
|
|
|
|
</u-col> |
|
|
|
|
</u-row> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<u-popup :show="showInvestigation" @close="showInvestigation = false"> |
|
|
|
|
<InvestigationItem @select="select2"></InvestigationItem> |
|
|
|
|