diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages/check/check.vue b/pages/check/check.vue
index ba36840..538c21d 100644
--- a/pages/check/check.vue
+++ b/pages/check/check.vue
@@ -6,21 +6,26 @@
prefixIcon="search"
prefixIconStyle="font-size: 52rpx;color: #000"
>
-
- 图标1
+
+
-
-
- {{item.name}}
- ({{item.numberNo}})
-
-
- {{item.status}}
-
-
- 图标
- 图标
+
+
+
+ {{item.name}}
+ ({{item.numberNo}})
+
+
+
+
+ {{item.status}}
+
+
+
+ 图标
+ 图标
+
@@ -32,19 +37,29 @@
data() {
return {
list:[
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
- {name:'井盖2',status: '异常',numberNo:'112022010260'},
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
+ {name:'井盖1',status: '在线',numberNo:'112022010260'},
+ {name:'井盖2',status: '离线',numberNo:'112022010260'},
+ {name:'井盖1',status: '告警',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
],
}
},
methods:{
- navigateCheck(){
- wx.navigateTo({
- url: '/pages/reportList/reportList',
- });
+ navigateCheck(index){
+ if(index === '1') {
+ wx.navigateTo({
+ url: '/pages/reportList/reportList',
+ });
+ }else if (index === '2') {
+ wx.navigateTo({
+ url: '/pages/checkInfo/checkInfo',
+ });
+ }else if (index === '3') {
+ wx.navigateTo({
+ url: '/pages/checkTable/checkTable',
+ });
+ }
},
}
}
@@ -58,11 +73,18 @@
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
.check-top-icon{
cursor:pointer;
- margin-left: 35rpx;
+ margin: 0 20rpx;
}
}
+ .check-center-bg {
+ padding: 20rpx 10rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
+ }
.check-center-info{
margin-top: 20rpx;
padding: 20rpx;
@@ -70,13 +92,19 @@
align-items: center;
justify-content: space-between;
border-bottom: 2rpx #ccc solid;
+
}
.list-left{
text-align: center;
}
+ .list-center {
+ display: flex;
+ align-items: center;
+ }
.list-right{
width: 160rpx;
display: flex;
+ align-items: center;
justify-content: space-between;
}
}
diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages/check/check.vue b/pages/check/check.vue
index ba36840..538c21d 100644
--- a/pages/check/check.vue
+++ b/pages/check/check.vue
@@ -6,21 +6,26 @@
prefixIcon="search"
prefixIconStyle="font-size: 52rpx;color: #000"
>
-
- 图标1
+
+
-
-
- {{item.name}}
- ({{item.numberNo}})
-
-
- {{item.status}}
-
-
- 图标
- 图标
+
+
+
+ {{item.name}}
+ ({{item.numberNo}})
+
+
+
+
+ {{item.status}}
+
+
+
+ 图标
+ 图标
+
@@ -32,19 +37,29 @@
data() {
return {
list:[
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
- {name:'井盖2',status: '异常',numberNo:'112022010260'},
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
+ {name:'井盖1',status: '在线',numberNo:'112022010260'},
+ {name:'井盖2',status: '离线',numberNo:'112022010260'},
+ {name:'井盖1',status: '告警',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
],
}
},
methods:{
- navigateCheck(){
- wx.navigateTo({
- url: '/pages/reportList/reportList',
- });
+ navigateCheck(index){
+ if(index === '1') {
+ wx.navigateTo({
+ url: '/pages/reportList/reportList',
+ });
+ }else if (index === '2') {
+ wx.navigateTo({
+ url: '/pages/checkInfo/checkInfo',
+ });
+ }else if (index === '3') {
+ wx.navigateTo({
+ url: '/pages/checkTable/checkTable',
+ });
+ }
},
}
}
@@ -58,11 +73,18 @@
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
.check-top-icon{
cursor:pointer;
- margin-left: 35rpx;
+ margin: 0 20rpx;
}
}
+ .check-center-bg {
+ padding: 20rpx 10rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
+ }
.check-center-info{
margin-top: 20rpx;
padding: 20rpx;
@@ -70,13 +92,19 @@
align-items: center;
justify-content: space-between;
border-bottom: 2rpx #ccc solid;
+
}
.list-left{
text-align: center;
}
+ .list-center {
+ display: flex;
+ align-items: center;
+ }
.list-right{
width: 160rpx;
display: flex;
+ align-items: center;
justify-content: space-between;
}
}
diff --git a/pages/checkInfo/checkInfo.vue b/pages/checkInfo/checkInfo.vue
new file mode 100644
index 0000000..6b6acd7
--- /dev/null
+++ b/pages/checkInfo/checkInfo.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 设备状态
+ 在线
+
+
+ 安装时间
+ 2022/12/28 9:35:26
+
+
+ 设备图片
+
+
+
+ 设备经纬度
+
+
+ 113.27451701447426,
+
+
+ 23.14173300760558
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages/check/check.vue b/pages/check/check.vue
index ba36840..538c21d 100644
--- a/pages/check/check.vue
+++ b/pages/check/check.vue
@@ -6,21 +6,26 @@
prefixIcon="search"
prefixIconStyle="font-size: 52rpx;color: #000"
>
-
- 图标1
+
+
-
-
- {{item.name}}
- ({{item.numberNo}})
-
-
- {{item.status}}
-
-
- 图标
- 图标
+
+
+
+ {{item.name}}
+ ({{item.numberNo}})
+
+
+
+
+ {{item.status}}
+
+
+
+ 图标
+ 图标
+
@@ -32,19 +37,29 @@
data() {
return {
list:[
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
- {name:'井盖2',status: '异常',numberNo:'112022010260'},
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
+ {name:'井盖1',status: '在线',numberNo:'112022010260'},
+ {name:'井盖2',status: '离线',numberNo:'112022010260'},
+ {name:'井盖1',status: '告警',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
],
}
},
methods:{
- navigateCheck(){
- wx.navigateTo({
- url: '/pages/reportList/reportList',
- });
+ navigateCheck(index){
+ if(index === '1') {
+ wx.navigateTo({
+ url: '/pages/reportList/reportList',
+ });
+ }else if (index === '2') {
+ wx.navigateTo({
+ url: '/pages/checkInfo/checkInfo',
+ });
+ }else if (index === '3') {
+ wx.navigateTo({
+ url: '/pages/checkTable/checkTable',
+ });
+ }
},
}
}
@@ -58,11 +73,18 @@
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
.check-top-icon{
cursor:pointer;
- margin-left: 35rpx;
+ margin: 0 20rpx;
}
}
+ .check-center-bg {
+ padding: 20rpx 10rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
+ }
.check-center-info{
margin-top: 20rpx;
padding: 20rpx;
@@ -70,13 +92,19 @@
align-items: center;
justify-content: space-between;
border-bottom: 2rpx #ccc solid;
+
}
.list-left{
text-align: center;
}
+ .list-center {
+ display: flex;
+ align-items: center;
+ }
.list-right{
width: 160rpx;
display: flex;
+ align-items: center;
justify-content: space-between;
}
}
diff --git a/pages/checkInfo/checkInfo.vue b/pages/checkInfo/checkInfo.vue
new file mode 100644
index 0000000..6b6acd7
--- /dev/null
+++ b/pages/checkInfo/checkInfo.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 设备状态
+ 在线
+
+
+ 安装时间
+ 2022/12/28 9:35:26
+
+
+ 设备图片
+
+
+
+ 设备经纬度
+
+
+ 113.27451701447426,
+
+
+ 23.14173300760558
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/checkTable/checkTable.vue b/pages/checkTable/checkTable.vue
new file mode 100644
index 0000000..d3dad6d
--- /dev/null
+++ b/pages/checkTable/checkTable.vue
@@ -0,0 +1,290 @@
+
+
+
+ {{
+ time
+ }}
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+ {{item.name}}
+
+
+ {{item.longdu}}
+
+
+ {{item.dianliang}}
+
+
+ {{item.time}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages/check/check.vue b/pages/check/check.vue
index ba36840..538c21d 100644
--- a/pages/check/check.vue
+++ b/pages/check/check.vue
@@ -6,21 +6,26 @@
prefixIcon="search"
prefixIconStyle="font-size: 52rpx;color: #000"
>
-
- 图标1
+
+
-
-
- {{item.name}}
- ({{item.numberNo}})
-
-
- {{item.status}}
-
-
- 图标
- 图标
+
+
+
+ {{item.name}}
+ ({{item.numberNo}})
+
+
+
+
+ {{item.status}}
+
+
+
+ 图标
+ 图标
+
@@ -32,19 +37,29 @@
data() {
return {
list:[
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
- {name:'井盖2',status: '异常',numberNo:'112022010260'},
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
+ {name:'井盖1',status: '在线',numberNo:'112022010260'},
+ {name:'井盖2',status: '离线',numberNo:'112022010260'},
+ {name:'井盖1',status: '告警',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
],
}
},
methods:{
- navigateCheck(){
- wx.navigateTo({
- url: '/pages/reportList/reportList',
- });
+ navigateCheck(index){
+ if(index === '1') {
+ wx.navigateTo({
+ url: '/pages/reportList/reportList',
+ });
+ }else if (index === '2') {
+ wx.navigateTo({
+ url: '/pages/checkInfo/checkInfo',
+ });
+ }else if (index === '3') {
+ wx.navigateTo({
+ url: '/pages/checkTable/checkTable',
+ });
+ }
},
}
}
@@ -58,11 +73,18 @@
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
.check-top-icon{
cursor:pointer;
- margin-left: 35rpx;
+ margin: 0 20rpx;
}
}
+ .check-center-bg {
+ padding: 20rpx 10rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
+ }
.check-center-info{
margin-top: 20rpx;
padding: 20rpx;
@@ -70,13 +92,19 @@
align-items: center;
justify-content: space-between;
border-bottom: 2rpx #ccc solid;
+
}
.list-left{
text-align: center;
}
+ .list-center {
+ display: flex;
+ align-items: center;
+ }
.list-right{
width: 160rpx;
display: flex;
+ align-items: center;
justify-content: space-between;
}
}
diff --git a/pages/checkInfo/checkInfo.vue b/pages/checkInfo/checkInfo.vue
new file mode 100644
index 0000000..6b6acd7
--- /dev/null
+++ b/pages/checkInfo/checkInfo.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 设备状态
+ 在线
+
+
+ 安装时间
+ 2022/12/28 9:35:26
+
+
+ 设备图片
+
+
+
+ 设备经纬度
+
+
+ 113.27451701447426,
+
+
+ 23.14173300760558
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/checkTable/checkTable.vue b/pages/checkTable/checkTable.vue
new file mode 100644
index 0000000..d3dad6d
--- /dev/null
+++ b/pages/checkTable/checkTable.vue
@@ -0,0 +1,290 @@
+
+
+
+ {{
+ time
+ }}
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+ {{item.name}}
+
+
+ {{item.longdu}}
+
+
+ {{item.dianliang}}
+
+
+ {{item.time}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/reportInfo/reportInfo.vue b/pages/reportInfo/reportInfo.vue
new file mode 100644
index 0000000..f2447ed
--- /dev/null
+++ b/pages/reportInfo/reportInfo.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 告警原因
+ 浓度超限
+
+
+ 告警数值
+ 90
+
+
+ 告警等级
+ 一级告警
+
+
+ 告警时间
+ 2022-10-29 12:25:00
+
+
+ 告警状态
+ 历史告警
+
+
+ 告警取消原因
+ 已处理
+
+
+ 备注
+ 无
+
+
+ 处置人
+ 张三
+
+
+ 处置时间
+ 2022-10-29 16:25:00
+
+
+ 消警时间
+ 2022-10-29 16:25:00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index dae1d6a..9ed881d 100644
--- a/pages.json
+++ b/pages.json
@@ -72,6 +72,22 @@
}
},
{
+ "path" : "pages/checkInfo/checkInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "pages/checkTable/checkTable",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/reportList/reportList",
"style" :
{
@@ -80,6 +96,14 @@
}
},
{
+ "path" : "pages/reportInfo/reportInfo",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path" : "pages/info/info",
"style" :
{
diff --git a/pages/check/check.vue b/pages/check/check.vue
index ba36840..538c21d 100644
--- a/pages/check/check.vue
+++ b/pages/check/check.vue
@@ -6,21 +6,26 @@
prefixIcon="search"
prefixIconStyle="font-size: 52rpx;color: #000"
>
-
- 图标1
+
+
-
-
- {{item.name}}
- ({{item.numberNo}})
-
-
- {{item.status}}
-
-
- 图标
- 图标
+
+
+
+ {{item.name}}
+ ({{item.numberNo}})
+
+
+
+
+ {{item.status}}
+
+
+
+ 图标
+ 图标
+
@@ -32,19 +37,29 @@
data() {
return {
list:[
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
- {name:'井盖2',status: '异常',numberNo:'112022010260'},
- {name:'井盖1',status: '正常',numberNo:'112022010260'},
+ {name:'井盖1',status: '在线',numberNo:'112022010260'},
+ {name:'井盖2',status: '离线',numberNo:'112022010260'},
+ {name:'井盖1',status: '告警',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
{name:'井盖1',status: '正常',numberNo:'112022010260'},
],
}
},
methods:{
- navigateCheck(){
- wx.navigateTo({
- url: '/pages/reportList/reportList',
- });
+ navigateCheck(index){
+ if(index === '1') {
+ wx.navigateTo({
+ url: '/pages/reportList/reportList',
+ });
+ }else if (index === '2') {
+ wx.navigateTo({
+ url: '/pages/checkInfo/checkInfo',
+ });
+ }else if (index === '3') {
+ wx.navigateTo({
+ url: '/pages/checkTable/checkTable',
+ });
+ }
},
}
}
@@ -58,11 +73,18 @@
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
.check-top-icon{
cursor:pointer;
- margin-left: 35rpx;
+ margin: 0 20rpx;
}
}
+ .check-center-bg {
+ padding: 20rpx 10rpx;
+ background-color: #fff;
+ border-radius: 20rpx;
+ }
.check-center-info{
margin-top: 20rpx;
padding: 20rpx;
@@ -70,13 +92,19 @@
align-items: center;
justify-content: space-between;
border-bottom: 2rpx #ccc solid;
+
}
.list-left{
text-align: center;
}
+ .list-center {
+ display: flex;
+ align-items: center;
+ }
.list-right{
width: 160rpx;
display: flex;
+ align-items: center;
justify-content: space-between;
}
}
diff --git a/pages/checkInfo/checkInfo.vue b/pages/checkInfo/checkInfo.vue
new file mode 100644
index 0000000..6b6acd7
--- /dev/null
+++ b/pages/checkInfo/checkInfo.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 设备状态
+ 在线
+
+
+ 安装时间
+ 2022/12/28 9:35:26
+
+
+ 设备图片
+
+
+
+ 设备经纬度
+
+
+ 113.27451701447426,
+
+
+ 23.14173300760558
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/checkTable/checkTable.vue b/pages/checkTable/checkTable.vue
new file mode 100644
index 0000000..d3dad6d
--- /dev/null
+++ b/pages/checkTable/checkTable.vue
@@ -0,0 +1,290 @@
+
+
+
+ {{
+ time
+ }}
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+ {{item.name}}
+
+
+ {{item.longdu}}
+
+
+ {{item.dianliang}}
+
+
+ {{item.time}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/reportInfo/reportInfo.vue b/pages/reportInfo/reportInfo.vue
new file mode 100644
index 0000000..f2447ed
--- /dev/null
+++ b/pages/reportInfo/reportInfo.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+ 设备编号
+ 312022040441
+
+
+ 设备类型
+ 燃气智能监测终端
+
+
+ 设备位置
+ 职工食堂
+
+
+ 井编号
+ 1
+
+
+ 井类型
+ 其他
+
+
+ 井名称
+ 其他
+
+
+ 告警原因
+ 浓度超限
+
+
+ 告警数值
+ 90
+
+
+ 告警等级
+ 一级告警
+
+
+ 告警时间
+ 2022-10-29 12:25:00
+
+
+ 告警状态
+ 历史告警
+
+
+ 告警取消原因
+ 已处理
+
+
+ 备注
+ 无
+
+
+ 处置人
+ 张三
+
+
+ 处置时间
+ 2022-10-29 16:25:00
+
+
+ 消警时间
+ 2022-10-29 16:25:00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/reportList/reportList.vue b/pages/reportList/reportList.vue
index 853de97..b8d68f5 100644
--- a/pages/reportList/reportList.vue
+++ b/pages/reportList/reportList.vue
@@ -17,7 +17,7 @@
statusInfo
}}
-
+
@@ -42,22 +42,25 @@
-
+
{{item.name}}
({{item.numberNo}})
-
+
{{item.yy}}
-
+
{{item.sz}}
-
+
{{item.time}}
-
+
取消告警
+
+ 历史告警
+
@@ -71,7 +74,7 @@