点击遮罩关闭
parent
049cdaa10a
commit
364569aa67
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<uni-popup ref="addForm" mode="center" >
|
<uni-popup :mask-click="false" ref="addForm" mode="center" >
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `添加大棚` }}</view>
|
<view class="modal-title">{{ `添加大棚` }}</view>
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
<tn-picker mode="time" v-model="selectTime" :params="timeParams" @confirm="confirmTime"></tn-picker>
|
<tn-picker mode="time" v-model="selectTime" :params="timeParams" @confirm="confirmTime"></tn-picker>
|
||||||
<tn-select title="请选择参考温度" :safeAreaInsetBottom="true" :searchShow="false" v-model="showSelect" mode="single" :list="tempList" @confirm="confirmTemp"></tn-select>
|
<tn-select title="请选择参考温度" :safeAreaInsetBottom="true" :searchShow="false" v-model="showSelect" mode="single" :list="tempList" @confirm="confirmTemp"></tn-select>
|
||||||
|
|
||||||
<uni-popup ref="inputDialog" mode="center">
|
<uni-popup :mask-click="false" ref="inputDialog" mode="center">
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `【${selectedText} - ${currentCard.name}】设置` }}</view>
|
<view class="modal-title">{{ `【${selectedText} - ${currentCard.name}】设置` }}</view>
|
||||||
|
|
@ -156,7 +156,7 @@
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
<uni-popup ref="autoParam" mode="center">
|
<uni-popup :mask-click="false" ref="autoParam" mode="center">
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container_">
|
<view class="modal-container_">
|
||||||
<view class="modal-title">{{ `【${selectedText} - ${filmRollerList[current]}】风口校准`}}</view>
|
<view class="modal-title">{{ `【${selectedText} - ${filmRollerList[current]}】风口校准`}}</view>
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
|
|
||||||
<uni-popup ref="sliderDialog" mode="center">
|
<uni-popup :mask-click="false" ref="sliderDialog" mode="center">
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `【${selectedText} - 自动化】条件设置` }}</view>
|
<view class="modal-title">{{ `【${selectedText} - 自动化】条件设置` }}</view>
|
||||||
<!-- 核心修改:给容器加 flex 布局样式 -->
|
<!-- 核心修改:给容器加 flex 布局样式 -->
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
</view>
|
</view>
|
||||||
</uni-section>
|
</uni-section>
|
||||||
|
|
||||||
<uni-popup ref="inputNamelog" mode="center">
|
<uni-popup :mask-click="false" ref="inputNamelog" mode="center">
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `【${selectedText} - 实时温湿度】别名设置` }}</view>
|
<view class="modal-title">{{ `【${selectedText} - 实时温湿度】别名设置` }}</view>
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
<uni-popup ref="inputDialog" mode="center">
|
<uni-popup :mask-click="false" ref="inputDialog" mode="center">
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `【${selectedText} - ${currentCard.name}】设置` }}</view>
|
<view class="modal-title">{{ `【${selectedText} - ${currentCard.name}】设置` }}</view>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
<add-agri ref="addAgri" @reload="getListData"/>
|
<add-agri ref="addAgri" @reload="getListData"/>
|
||||||
|
|
||||||
|
|
||||||
<uni-popup ref="renameAgri" mode="center">
|
<uni-popup :mask-click="false" ref="renameAgri" mode="center">
|
||||||
<!-- 新增:修改运行时间的弹窗 -->
|
<!-- 新增:修改运行时间的弹窗 -->
|
||||||
<view class="modal-container">
|
<view class="modal-container">
|
||||||
<view class="modal-title">{{ `『 ${agriName} 』重命名设置` }}</view>
|
<view class="modal-title">{{ `『 ${agriName} 』重命名设置` }}</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue