巡查上报

This commit is contained in:
liuye
2023-11-09 10:12:26 +08:00
parent c6590952d3
commit fac6abffe9

View File

@@ -15,10 +15,9 @@
<span @click="toMap" class="right-span" :style="forms.mapInfo.address ? '' : 'color:#999;'">{{ forms.mapInfo.address || '请选择上报位置' }}</span> <span @click="toMap" class="right-span" :style="forms.mapInfo.address ? '' : 'color:#999;'">{{ forms.mapInfo.address || '请选择上报位置' }}</span>
</u-form-item> </u-form-item>
<u-form-item label="所属网格" prop="girdName" required :border-bottom="false"> <u-form-item label="所属网格" prop="girdName" required :border-bottom="false">
<span class="right-span">{{ forms.girdName }}</span> <AiPagePicker type="gird" @select="confirmGird" valueObj nodeKey="id" formType="2" action="/app/appgirdmemberinfo/queryMyGirdList" class="right-span">
<!-- <AiPagePicker type="gird" @select="confirmGird" valueObj nodeKey="id" formType="2" class="right-span">
<AiMore v-model="forms.girdName" placeholder="请选择所属网格"/> <AiMore v-model="forms.girdName" placeholder="请选择所属网格"/>
</AiPagePicker> --> </AiPagePicker>
</u-form-item> </u-form-item>
<div class="line"></div> <div class="line"></div>