pull/175/head
sunmeng 2024-09-26 14:20:45 +08:00
parent f2aac96998
commit b046acdac0
13 changed files with 17 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -59,22 +59,22 @@ export default new Vuex.Store({
{ label: '蒸发量', value: 36, countType: 2,unit:'mm' },
{ label: '负氧离子', value: 37, countType: 0,unit:'个/cm3' },
{ label: '露点温度', value: 38, countType: 3,unit:'℃' },
{ label: '设备电压', value: 39, countType: 2,unit:'V' },
{ label: '设备电流', value: 40, countType: 2,unit:'A' },
{ label: '一氧化碳', value: 39, countType: 0,unit:'ppm' },
{ label: '氨氮', value: 40, countType: 2,unit:'mg/L' },
{ label: '土壤氮含量', value: 41, countType: 0,unit:'mg/kg' },
{ label: '土壤磷含量', value: 42, countType: 0,unit:'mg/kg' },
{ label: '土壤钾含量', value: 43, countType: 0,unit:'mg/kg' },
{ label: '管道压力', value: 44, countType: 0,unit:'Kpa' },
{ label: '水位', value: 45, countType: 0,unit:'cm' },
{ label: '氨气', value: 46, countType: 0,unit:'ppm' },
{ label: '硫化氢', value: 47, countType: 0,unit:'ppm' },
{ label: '浊度', value: 47, countType: 0,unit:'NTU' },
{ label: '氧气', value: 48, countType: 2,unit:'%vol' },
{ label: '土壤张力', value: 49, countType: 4,unit:'KPa' },
{ label: '铜CU', value: 50, countType: 0,unit:'mg/kg' },
{ label: '镉CD', value: 51, countType: 2,unit:'mg/kg' },
{ label: '铅PB', value: 52, countType: 0,unit:'mg/kg' },
{ label: '噪声', value: 53, countType: 0,unit:'dB' },
{ label: '叶面面积', value: 54, countType: 0,unit:'mm' },
{ label: '溶解氧', value: 54, countType: 2,unit:'mg/L' },
{ label: '虫数量', value: 55, countType: 0,unit:'个' },
{ label: '无线传感器电池电压', value: 56, countType: 2,unit:'V' },
{ label: '无线传感器无线信号强度', value: 57, countType: 1,unit:'dBm' },

View File

@ -96,7 +96,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel" width="700px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addModel" width="700px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
编辑
@ -144,7 +144,7 @@
</span>
</el-dialog>
<!-- 施肥机的修改名字 -->
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="changeName" width="760px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="changeName" width="760px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
修改更多名称
@ -255,7 +255,7 @@
</span>
</el-dialog>
<!-- 控制器编辑 -->
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel1" width="564px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addModel1" width="564px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
编辑
@ -306,7 +306,7 @@
</span>
</el-dialog>
<!-- 智能灌溉 -->
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="changeName1" width="760px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="changeName1" width="760px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
修改更多名称

View File

@ -55,7 +55,7 @@
</el-pagination>
</div>
<el-dialog :close-on-click-modal="false" title="控制器权限管理" :append-to-body="true" :visible.sync="roleModel" width="70%">
<el-dialog title="控制器权限管理" :append-to-body="true" :visible.sync="roleModel" width="70%">
<div class="model-title">控制器权限管理</div>
<div class="model-sel scroll">
<div v-for="item, index in selDevicestatus" :key="index">
@ -69,7 +69,7 @@
</span>
</el-dialog>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel1" width="564px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addModel1" width="564px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
添加设备

View File

@ -38,7 +38,7 @@
</el-table>
</div>
<el-dialog title="提示" top="15vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
:append-to-body="true" :close-on-click-modal="false">
:append-to-body="true">
<div class="vrcode-model-title">
编辑
</div>

View File

@ -36,7 +36,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="15vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model" :append-to-body="true">
<el-dialog title="提示" top="15vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model" :append-to-body="true">
<div class="vrcode-model-title">
编辑
</div>

View File

@ -42,7 +42,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
编辑

View File

@ -43,7 +43,7 @@
layout="->,total, sizes, prev, pager, next, jumper" :total="total">
</el-pagination>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="passwordModel" width="460px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="passwordModel" width="460px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
修改密码
@ -72,7 +72,7 @@
<div class="vrcode-btn cancle-btn w-100" @click="passwordModel = false">取消</div>
</span>
</el-dialog>
<el-dialog title="提示" top="10vh" :visible.sync="addDeviceModel" width="460px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addDeviceModel" width="460px" class="vrcode-model manage-model"
:append-to-body="true" :close-on-click-modal="false">
<div class="vrcode-model-title">
添加设备

View File

@ -24,7 +24,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel" width="560px" class="vrcode-model manage-model" :append-to-body="true">
<el-dialog title="提示" top="10vh" :visible.sync="addModel" width="560px" class="vrcode-model manage-model" :append-to-body="true">
<div class="vrcode-model-title">
编辑
</div>

View File

@ -34,7 +34,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog :close-on-click-modal="false" title="提示" top="10vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
<el-dialog title="提示" top="10vh" :visible.sync="addModel" width="564px" class="vrcode-model manage-model"
:append-to-body="true">
<div class="vrcode-model-title">
{{ modelName }}