This commit is contained in:
Iruka 2025-02-18 18:56:10 +08:00
parent 4275ae639f
commit 57755db976
4 changed files with 25 additions and 18 deletions

View File

@ -322,6 +322,13 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/dev-ops/sfj",
"style": {
"navigationBarTitleText": "施肥机",
"navigationStyle": "custom"
}
},
/******************************* ******************************/ /******************************* ******************************/
{ {
"path": "pages/batch-control/index", "path": "pages/batch-control/index",

View File

@ -190,7 +190,7 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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']" v-hasPermi="['iot:deviceMp:add','iot:deviceMp:remove']"
@click="editMp(item)" /> @click="editMp(item)" />
</view> </view>
@ -236,9 +236,7 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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> </view>
</view> </view>
</view> </view>
@ -282,9 +280,7 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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> </view>
</view> </view>
</view> </view>
@ -328,9 +324,7 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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> </view>
</view> </view>
</view> </view>
@ -374,16 +368,15 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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']" <u-button type="primary" size="normal" text="定时录像" />
@click="editMp(item)" /> -->
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</uni-collapse-item> </uni-collapse-item>
<!-- 多光谱苗情监测仪v --> <!-- 多光谱苗情监测仪 -->
<uni-collapse-item title-border="none" :border="false" v-if="dataList[8]"> <uni-collapse-item title-border="none" :border="false" v-if="dataList[8]">
<template v-slot:title> <template v-slot:title>
<view class="cards-title"> <view class="cards-title">
@ -420,9 +413,8 @@
</view> </view>
</view> </view>
<view class="btn-grid"> <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']" <u-button type="primary" size="normal" text="定时录像" />
@click="editMp(item)" /> -->
</view> </view>
</view> </view>
</view> </view>

View File

@ -1,6 +1,6 @@
<template> <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"> <view class="create-container">
<u-form ref="formRef" :model="formData" :rules="rules"> <u-form ref="formRef" :model="formData" :rules="rules">

8
pages/dev-ops/sfj.vue Normal file
View File

@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>