.
This commit is contained in:
parent
a83a71db74
commit
58b3adf8e8
@ -187,12 +187,16 @@
|
||||
<view style="width: calc(100% - 100px);">
|
||||
<text>深度:</text>{{ item.depth }}
|
||||
</view>
|
||||
<view style="width: calc(100% - 100px);">
|
||||
<text>版本:</text>1.4.6
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="btn-grid">
|
||||
<u-button type="primary" size="normal" text="墒情配置"
|
||||
v-hasPermi="['iot:deviceMp:add','iot:deviceMp:remove']"
|
||||
@click="editMp(item)" />
|
||||
<u-button type="primary" size="normal" text="升级" @click="upgrade" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -237,6 +241,7 @@
|
||||
</view>
|
||||
<view class="btn-grid">
|
||||
<u-button type="primary" size="normal" text="施肥机配置" />
|
||||
<u-button type="primary" size="normal" text="升级" @click="upgrade" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -306,6 +311,7 @@
|
||||
<view class="btn-grid">
|
||||
<u-button type="primary" size="normal" text="采集频率"
|
||||
@click="qxzSetConfig(item)" />
|
||||
<u-button type="primary" size="normal" text="升级" @click="upgrade" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -384,6 +390,7 @@
|
||||
</view>
|
||||
<view class="btn-grid">
|
||||
<u-button type="primary" size="normal" text="运行模式" @click="cqRunModel(item)" />
|
||||
<u-button type="primary" size="normal" text="升级" @click="upgrade" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -822,6 +829,10 @@
|
||||
|
||||
|
||||
/************************************************** 公共 **************************************************/
|
||||
// 升级
|
||||
upgrade() {
|
||||
plugins.modal.msg("已经是最新版本,无需升级")
|
||||
},
|
||||
// 关闭弹出层
|
||||
close() {
|
||||
for (var key in this.pop) {
|
||||
|
Loading…
Reference in New Issue
Block a user