diff --git a/public/config/project.config.json b/public/config/project.config.json index 872f67f..74898c8 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -1,5 +1,5 @@ { - "title": "西南油气田川东北气矿监控平台", + "title": "数据综合监控平台", "subtitle": "", "theme":"blue", "baseUrl": "http://111.198.10.15:11315/", diff --git a/public/config/project.config.json b/public/config/project.config.json index 872f67f..74898c8 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -1,5 +1,5 @@ { - "title": "西南油气田川东北气矿监控平台", + "title": "数据综合监控平台", "subtitle": "", "theme":"blue", "baseUrl": "http://111.198.10.15:11315/", diff --git a/src/components/homeComp/dataTableCH4.vue b/src/components/homeComp/dataTableCH4.vue index 41481d9..879ff9e 100644 --- a/src/components/homeComp/dataTableCH4.vue +++ b/src/components/homeComp/dataTableCH4.vue @@ -130,7 +130,7 @@ { value: 'alarmTime', text: '时间', width: 180 } ], dataTableColumns: [ - { value: 'devcode', text: '设备编号' }, + { value: 'devcode', text: '设备编号',width: 170 }, { value: 'dataValue', text: '历史数值' }, { value: 'uptime', text: '时间', width: 180 } ], diff --git a/public/config/project.config.json b/public/config/project.config.json index 872f67f..74898c8 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -1,5 +1,5 @@ { - "title": "西南油气田川东北气矿监控平台", + "title": "数据综合监控平台", "subtitle": "", "theme":"blue", "baseUrl": "http://111.198.10.15:11315/", diff --git a/src/components/homeComp/dataTableCH4.vue b/src/components/homeComp/dataTableCH4.vue index 41481d9..879ff9e 100644 --- a/src/components/homeComp/dataTableCH4.vue +++ b/src/components/homeComp/dataTableCH4.vue @@ -130,7 +130,7 @@ { value: 'alarmTime', text: '时间', width: 180 } ], dataTableColumns: [ - { value: 'devcode', text: '设备编号' }, + { value: 'devcode', text: '设备编号',width: 170 }, { value: 'dataValue', text: '历史数值' }, { value: 'uptime', text: '时间', width: 180 } ], diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index c4d29df..151c811 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -36,7 +36,7 @@ name="甲烷浓度" unit="%LEL" device-type="23" - devcode="312022060007" + devcode="312022070026" :current-vls="curveCH4.line[0]" :config-info="config23" @refreshConfig="changeShow" @@ -47,7 +47,7 @@ name="硫化氢" unit="ppm" device-type="22" - devcode="3C2022000003" + devcode="3C2022000002" :current-vls="curveH2S.line[0]" :config-info="config22" @refreshConfig="changeShow" @@ -266,8 +266,8 @@ }, refreshCurve() { - this.fetchCurve('23', '20', '312022060007', 'curveCH4') - this.fetchCurve('22', '20', '3C2022000003', 'curveH2S') + this.fetchCurve('23', '20', '312022070026', 'curveCH4') + this.fetchCurve('22', '20', '3C2022000002', 'curveH2S') this.fetchCurve('24', '20', '89860423192180035458', 'curveAtmo') }, // 获取曲线