|
@@ -2,6 +2,54 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
<view class="content">
|
|
<view class="content">
|
|
|
|
+
|
|
|
|
+ <view class="section">
|
|
|
|
+ <view class="title">
|
|
|
|
+ <view class="line"></view>
|
|
|
|
+ <view class="text">监测监控类</view>
|
|
|
|
+ <view class="line"></view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="list">
|
|
|
|
+ <view class="item" style="background-color: #FE882E;" @click="go_video()">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_1.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">工业视频</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item" style="background-color: #4DA5FC;" @click="go_shangtang()">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_2.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">AI视频分析</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item" style="background-color: #4DA5FC;" @click="go_safety_monitoring()">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_3.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">安全监测</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item" style="background-color: #CB50F9;" @click="go_personnel_orientation()">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_4.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">人员定位</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item" style="background-color: #00D679;" @click="go_zdhxt('kyjc')">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_5.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">矿压监测</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item" style="background-color: #8BC8DA;" @click="go_zdhxt('glyq')">
|
|
|
|
+ <view class="icon">
|
|
|
|
+ <image src="./icon/section_3_icon_6.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name">锅炉烟气</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
<view class="section">
|
|
<view class="section">
|
|
<view class="title">
|
|
<view class="title">
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
@@ -15,7 +63,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="name">采煤</view>
|
|
<view class="name">采煤</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #A3A2E4;"
|
|
|
|
|
|
+ <view class="item" style="background-color: #CB50F9;"
|
|
@click="go_record('a1547d077a7e46b0a8197b8c034e2dee')">
|
|
@click="go_record('a1547d077a7e46b0a8197b8c034e2dee')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_1_icon_2.png" mode=""></image>
|
|
<image src="./icon/section_1_icon_2.png" mode=""></image>
|
|
@@ -28,19 +76,19 @@
|
|
</view>
|
|
</view>
|
|
<view class="name">主运输</view>
|
|
<view class="name">主运输</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #63D57B;" @click="go_production_statistics()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #00D679;" @click="go_production_statistics()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_1_icon_4.png" mode=""></image>
|
|
<image src="./icon/section_1_icon_4.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">生产报表</view>
|
|
<view class="name">生产报表</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #E57A98;" @click="go_zdhxt('xdt')">
|
|
|
|
|
|
+ <view class="item" style="background-color: #F95877;" @click="go_zdhxt('xdt')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_1_icon_5.png" mode=""></image>
|
|
<image src="./icon/section_1_icon_5.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">巷道图</view>
|
|
<view class="name">巷道图</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #E9A037;" @click="show_toast()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #FE882E;" @click="show_toast()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_1_icon_6.png" mode=""></image>
|
|
<image src="./icon/section_1_icon_6.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
@@ -56,25 +104,25 @@
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="list">
|
|
- <view class="item" style="background-color: #E9A037;" @click="go_zdhxt('tfgl')">
|
|
|
|
|
|
+ <view class="item" style="background-color: #FE882E;" @click="go_zdhxt('tfgl')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_1.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_1.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">主扇通风</view>
|
|
<view class="name">主扇通风</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #638BD5;" @click="show_toast()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #4DA5FC;" @click="show_toast()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_2.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_2.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">电力监控</view>
|
|
<view class="name">电力监控</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #638BD5;" @click="show_toast()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #4DA5FC;" @click="go_water_affairs()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_3.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_3.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">智慧水务</view>
|
|
<view class="name">智慧水务</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #A3A2E4;" @click="go_zdhxt('psxt')">
|
|
|
|
|
|
+ <view class="item" style="background-color: #CB50F9;" @click="go_zdhxt('psxt')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_4.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_4.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
@@ -86,26 +134,26 @@
|
|
</view>
|
|
</view>
|
|
<view class="name">压风制氮</view>
|
|
<view class="name">压风制氮</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #E9A037;"
|
|
|
|
|
|
+ <view class="item" style="background-color: #FE882E;"
|
|
@click="go_record('b89076dac2cd45a8831ee8d3e85b4ed6')">
|
|
@click="go_record('b89076dac2cd45a8831ee8d3e85b4ed6')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_7.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_7.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">设备健康诊断</view>
|
|
<view class="name">设备健康诊断</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #E57A98;" @click="show_toast()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #F95877;" @click="show_toast()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_8.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_8.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">胶轮车监控</view>
|
|
<view class="name">胶轮车监控</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #A3A2E4;" @click="go_zdhxt('jkrc')">
|
|
|
|
|
|
+ <view class="item" style="background-color: #CB50F9;" @click="go_zdhxt('jkrc')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_9.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_9.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">架空乘人器</view>
|
|
<view class="name">架空乘人器</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #63D57B;" @click="go_zdhxt('tsj')">
|
|
|
|
|
|
+ <view class="item" style="background-color: #00D679;" @click="go_zdhxt('tsj')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_2_icon_10.png" mode=""></image>
|
|
<image src="./icon/section_2_icon_10.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
@@ -117,71 +165,24 @@
|
|
<view class="section">
|
|
<view class="section">
|
|
<view class="title">
|
|
<view class="title">
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
- <view class="text">监测监控类</view>
|
|
|
|
- <view class="line"></view>
|
|
|
|
- </view>
|
|
|
|
- <view class="list">
|
|
|
|
- <view class="item" style="background-color: #E9A037;" @click="go_video()">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_1.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">工业视频</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="item" style="background-color: #638BD5;" @click="go_shangtang()">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_2.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">AI视频分析</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="item" style="background-color: #638BD5;" @click="go_safety_monitoring()">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_3.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">安全监测</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="item" style="background-color: #A3A2E4;" @click="go_personnel_orientation()">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_4.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">人员定位</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="item" style="background-color: #63D57B;" @click="go_zdhxt('kyjc')">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_5.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">矿压监测</view>
|
|
|
|
- </view>
|
|
|
|
- <view class="item" style="background-color: #8BC8DA;" @click="go_zdhxt('glyq')">
|
|
|
|
- <view class="icon">
|
|
|
|
- <image src="./icon/section_3_icon_6.png" mode=""></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="name">锅炉烟气</view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <view class="section">
|
|
|
|
- <view class="title">
|
|
|
|
- <view class="line"></view>
|
|
|
|
<view class="text">重点场所</view>
|
|
<view class="text">重点场所</view>
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="list">
|
|
- <view class="item" style="background-color: #E9A037;"
|
|
|
|
|
|
+ <view class="item" style="background-color: #FE882E;"
|
|
@click="go_record('58915240cbff480d87ce20cbdfa66a87')">
|
|
@click="go_record('58915240cbff480d87ce20cbdfa66a87')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_4_icon_1.png" mode=""></image>
|
|
<image src="./icon/section_4_icon_1.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">南湖</view>
|
|
<view class="name">南湖</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color: #638BD5;" @click="show_toast()">
|
|
|
|
|
|
+ <view class="item" style="background-color: #4DA5FC;" @click="show_toast()">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_4_icon_2.png" mode=""></image>
|
|
<image src="./icon/section_4_icon_2.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="name">班前会</view>
|
|
<view class="name">班前会</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item" style="background-color:#E57A98;"
|
|
|
|
|
|
+ <view class="item" style="background-color:#F95877;"
|
|
@click="go_record('4c1dbe725d8d485e9c58ab81c9f1fd5d')">
|
|
@click="go_record('4c1dbe725d8d485e9c58ab81c9f1fd5d')">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/section_4_icon_3.png" mode=""></image>
|
|
<image src="./icon/section_4_icon_3.png" mode=""></image>
|
|
@@ -207,7 +208,7 @@
|
|
<uni-th align="center">地点</uni-th>
|
|
<uni-th align="center">地点</uni-th>
|
|
<!-- <uni-th align="center">系统名称</uni-th> -->
|
|
<!-- <uni-th align="center">系统名称</uni-th> -->
|
|
<uni-th align="center">报警内容</uni-th>
|
|
<uni-th align="center">报警内容</uni-th>
|
|
- <uni-th align="center">处理措施</uni-th>
|
|
|
|
|
|
+ <!-- <uni-th align="center">处理措施</uni-th> -->
|
|
</uni-tr>
|
|
</uni-tr>
|
|
<!-- 表格数据行 -->
|
|
<!-- 表格数据行 -->
|
|
<uni-tr v-for="(item,index) in list" :key="index" v-if="index < 5">
|
|
<uni-tr v-for="(item,index) in list" :key="index" v-if="index < 5">
|
|
@@ -223,13 +224,13 @@
|
|
<uni-td style="vertical-align: middle;" align="center">
|
|
<uni-td style="vertical-align: middle;" align="center">
|
|
<view>{{item.abnormal_reason}}</view>
|
|
<view>{{item.abnormal_reason}}</view>
|
|
</uni-td>
|
|
</uni-td>
|
|
- <uni-td style="vertical-align: middle;" align="center">
|
|
|
|
|
|
+ <!-- <uni-td style="vertical-align: middle;" align="center">
|
|
<view>{{item.do_measure}}</view>
|
|
<view>{{item.do_measure}}</view>
|
|
- </uni-td>
|
|
|
|
|
|
+ </uni-td> -->
|
|
</uni-tr>
|
|
</uni-tr>
|
|
|
|
|
|
</uni-table>
|
|
</uni-table>
|
|
-
|
|
|
|
|
|
+
|
|
<view class="btn">
|
|
<view class="btn">
|
|
<view class="icon">
|
|
<view class="icon">
|
|
<image src="./icon/btn.png" mode=""></image>
|
|
<image src="./icon/btn.png" mode=""></image>
|
|
@@ -247,17 +248,17 @@
|
|
name: "t-p-n-section-1",
|
|
name: "t-p-n-section-1",
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- list:[]
|
|
|
|
|
|
+ list: []
|
|
};
|
|
};
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.get_ycbj_list()
|
|
this.get_ycbj_list()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- get_ycbj_list(){
|
|
|
|
|
|
+ get_ycbj_list() {
|
|
this.$p_api.get_ycbj_list({
|
|
this.$p_api.get_ycbj_list({
|
|
-
|
|
|
|
- }).then((res)=>{
|
|
|
|
|
|
+
|
|
|
|
+ }).then((res) => {
|
|
this.list = res.data.content
|
|
this.list = res.data.content
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -313,6 +314,11 @@
|
|
url: "../../production/shangtang/shangtang"
|
|
url: "../../production/shangtang/shangtang"
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ go_water_affairs() {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: "../../production/water_affairs/water_affairs"
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
@@ -354,7 +360,7 @@
|
|
|
|
|
|
width: 200rpx;
|
|
width: 200rpx;
|
|
height: 166rpx;
|
|
height: 166rpx;
|
|
- background-color: #638BD5;
|
|
|
|
|
|
+ background-color: #4DA5FC;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|