Commit 556ace84 authored by moonby's avatar moonby

Merge branch 'master' of gitee.com:tj-wang-yahui/AMS_HeatSys_Vue_V10

parents 21d6ee04 73fc698c
import http from './http'
//热量分析报表
export const postHeatAnalysis = params => {
return http.post(`/api/analysis/report/HeatAnalysis`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
<template>
曲线对应参数组
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
热量
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
节假日参数设定
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
温度上下限
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
夜间降温参数组
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
循环泵夜间降频
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
室外温度控制参数组
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
二次网供水温度参数组
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
寄存器值
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
状态
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
气象仪参数组
<el-table>
</el-table>
</template>
\ No newline at end of file
<template>
温度上下限
<el-table>
</el-table>
</template>
\ No newline at end of file
......@@ -150,7 +150,7 @@ const routes = [
name: 'AlarmStatusPage',
component: () => import('@/views/AlarmPage/AlarmStatusPage.vue'),
meta: {
title: '报警信息'
title: '报警状态'
}
},{
path: '/Alarm',
......
<template>
换热站远程控制
</template>
\ No newline at end of file
<el-card class="card-contianer">
<label>片区:</label>
<el-radio-group v-model="radioList" style="height: auto; margin-top: -10px; margin-left: 50px;">
<el-radio :label="3">重阳里</el-radio>
<el-radio :label="6">福苑里</el-radio>
<el-radio :label="9">行政区</el-radio>
<el-radio :label="10">东部北区</el-radio>
<el-radio :label="11">东部南区</el-radio>
<el-radio :label="12">小王庄</el-radio>
</el-radio-group>
</el-card>
<el-tabs :tab-position="tabPosition" style="height: 100%" class="demo-tabs">
<el-tab-pane label="换热站状态">
<TransferStatusControl/>
</el-tab-pane>
<el-tab-pane label="远程寄存器">
<TransferRegControl/>
</el-tab-pane>
<el-tab-pane label="节假日参数组">
<HolidayControl/>
</el-tab-pane>
<el-tab-pane label="夜间参数组">
<NightControl/>
</el-tab-pane>
<el-tab-pane label="二次网供水温度">
<SecTempControl/>
</el-tab-pane>
<el-tab-pane label="曲线对应">
<CurveControl/>
</el-tab-pane>
<el-tab-pane label="气象仪">
<WeatherControl/>
</el-tab-pane>
<el-tab-pane label="温度上下限">
<LimitControl/>
</el-tab-pane>
<el-tab-pane label="风向控制">
<WinDirectionControl/>
</el-tab-pane>
<el-tab-pane label="热量">
<HeatControl/>
</el-tab-pane>
<el-tab-pane label="室外温度控制">
<OutdoorTempControl/>
</el-tab-pane>
<el-tab-pane label="循环泵夜间降频">
<NightFrequency/>
</el-tab-pane>
</el-tabs>
</template>
<script lang="ts" setup>
import { ref, reactive, onMounted, onUnmounted } from 'vue';
import http from '../../api/http';
import TransferStatusControl from '../../components/Remote/TransferStatusControl.vue';
import TransferRegControl from '../../components/Remote/TransferRegControl.vue';
import HolidayControl from '../../components/Remote/HolidayControl.vue';
import NightControl from '../../components/Remote/NightControl.vue';
import SecTempControl from '../../components/Remote/SecTempControl.vue';
import CurveControl from '../../components/Remote/CurveControl.vue';
import WinDirectionControl from '../../components/Remote/WinDirectionControl.vue';
import WeatherControl from '../../components/Remote/WeatherControl.vue';
import LimitControl from '../../components/Remote/LimitControl.vue';
import HeatControl from '../../components/Remote/HeatControl.vue';
import OutdoorTempControl from '../../components/Remote/OutdoorTempControl.vue';
import NightFrequency from '../../components/Remote/NightFrequency.vue';
const tabPosition = ref('left');
const radioList = ref(null);
//初始化页面
function initPage(){
initRadioList();
initRomateList();
}
//根据权限初始化单选列表
function initRadioList(){
}
//根据权限初始化远程控制页列表
function initRomateList(){
}
initPage();
</script>
<style lang="less" scoped>
.card-contianer {
width: auto;
height: 50px;
vertical-align: middle;
margin: 0;
padding: 0;
}
.demo-tabs > .el-tabs__content {
padding: 32px;
color: #6b778c;
font-size: 32px;
font-weight: 600;
}
.el-tabs--right .el-tabs__content,
.el-tabs--left .el-tabs__content {
height: 100%;
}
</style>
\ No newline at end of file
<template>
<el-card>
<div class="div-dropdown text-center">
<el-row>
<el-col :span="7">
......@@ -16,7 +14,6 @@
<el-col :span="7">
<el-row>
<el-col :span="6">
</el-col>
<el-col :span="18">
<el-button id="startPlay" class="el-button-button" type="primary" :span="6">
......@@ -28,12 +25,7 @@
@click="down">下载插件</el-button>
</el-col>
</el-row>
</el-col>
</el-row>
</div>
<!-- <div>
......@@ -43,7 +35,6 @@
<div class="videoPlayer" id="playWnd">
</div>
</template>
......@@ -197,9 +188,6 @@ function getStats() {
}
}
//从数据库获得监控点信息
function getVideoInfo() {
http.post('/api/video/GetVideoTable').then((result) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment