.
This commit is contained in:
parent
4275ae639f
commit
57755db976
@ -322,6 +322,13 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/dev-ops/sfj",
|
||||
"style": {
|
||||
"navigationBarTitleText": "施肥机",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
/******************************* 批量控制 ******************************/
|
||||
{
|
||||
"path": "pages/batch-control/index",
|
||||
|
@ -190,7 +190,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="btn-grid">
|
||||
<u-button type="primary" size="normal" text="修改配置"
|
||||
<u-button type="primary" size="normal" text="墒情配置"
|
||||
v-hasPermi="['iot:deviceMp:add','iot:deviceMp:remove']"
|
||||
@click="editMp(item)" />
|
||||
</view>
|
||||
@ -236,9 +236,7 @@
|
||||
</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="施肥机配置" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -282,9 +280,7 @@
|
||||
</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="采集时间" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -328,9 +324,7 @@
|
||||
</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="运行模式" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -374,16 +368,15 @@
|
||||
</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="定时抓拍" />
|
||||
<u-button type="primary" size="normal" text="定时录像" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-collapse-item>
|
||||
<!-- 多光谱苗情监测仪v -->
|
||||
<!-- 多光谱苗情监测仪 -->
|
||||
<uni-collapse-item title-border="none" :border="false" v-if="dataList[8]">
|
||||
<template v-slot:title>
|
||||
<view class="cards-title">
|
||||
@ -420,9 +413,8 @@
|
||||
</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="定时抓拍" />
|
||||
<u-button type="primary" size="normal" text="定时录像" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- 顶部导航栏 -->
|
||||
<custom-nav-bar :left="true" leftText="" @leftClick="" title="配置墒情"></custom-nav-bar>
|
||||
<custom-nav-bar :left="true" leftText="" @leftClick="" title="墒情配置"></custom-nav-bar>
|
||||
|
||||
<view class="create-container">
|
||||
<u-form ref="formRef" :model="formData" :rules="rules">
|
||||
|
8
pages/dev-ops/sfj.vue
Normal file
8
pages/dev-ops/sfj.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user