121
This commit is contained in:
parent
4c3bccfe0c
commit
4291e6acc2
|
|
@ -1,48 +1,42 @@
|
||||||
<<<<<<< HEAD
|
|
||||||
import request from "@/utils/request";
|
import request from "@/utils/request";
|
||||||
//
|
|
||||||
export function loadBrand(limit) {
|
|
||||||
=======
|
|
||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 负荷管理
|
// 负荷管理
|
||||||
export function GetFhgl () {
|
export function GetFhgl() {
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: 'GET'
|
method: "GET",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
// 负荷分析
|
// 负荷分析
|
||||||
export function GetFhfx () {
|
export function GetFhfx() {
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: 'GET'
|
method: "GET",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
// 变压器负载率
|
// 变压器负载率
|
||||||
export function GetByqfzl () {
|
export function GetByqfzl() {
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: 'GET'
|
method: "GET",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
// 负荷分类
|
// 负荷分类
|
||||||
export function GetFhfl () {
|
export function GetFhfl() {
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: 'GET'
|
method: "GET",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
// 生产线负荷占比
|
// 生产线负荷占比
|
||||||
export function GetFhzb () {
|
export function GetFhzb() {
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: 'GET'
|
method: "GET",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
// 生产线负荷
|
// 生产线负荷
|
||||||
export function GetScxfh () {
|
export function GetScxfh() {
|
||||||
>>>>>>> a4eafbbdba2ec2ad248c68d9a6ad642c832f8471
|
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ import request from "@/utils/request";
|
||||||
export function GetKdfhzy() {
|
export function GetKdfhzy() {
|
||||||
return request({
|
return request({
|
||||||
url: `/api/GetAdjustableload`,
|
url: `/api/GetAdjustableload`,
|
||||||
<<<<<<< HEAD
|
|
||||||
method: "GET",
|
method: "GET",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -42,43 +41,4 @@ export function GetKdsb() {
|
||||||
url: `/api/GetAdjustableDevice`,
|
url: `/api/GetAdjustableDevice`,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
});
|
});
|
||||||
=======
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 可调负荷策略
|
|
||||||
export function GetKdfhcl () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetLoadControlStrategy`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 可调负荷分析
|
|
||||||
export function GetKdfhfx () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetAdjustableLoadAnalysis`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 刚性可调负荷
|
|
||||||
export function GetGang () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetRigidAdjustableLoads`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 柔性可调负荷
|
|
||||||
export function GetRou () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetFlexibleAdjustableLoad`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
//可调设备
|
|
||||||
export function GetKdsb () {
|
|
||||||
return request({
|
|
||||||
url: `/api/GetAdjustableDevice`,
|
|
||||||
method: 'GET'
|
|
||||||
})
|
|
||||||
>>>>>>> a4eafbbdba2ec2ad248c68d9a6ad642c832f8471
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 903 B |
|
|
@ -14,6 +14,18 @@
|
||||||
<img src="../../assets/nyjc/煤 拷贝.png" alt="" />
|
<img src="../../assets/nyjc/煤 拷贝.png" alt="" />
|
||||||
<p>今日用煤量</p>
|
<p>今日用煤量</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="img">
|
||||||
|
<img
|
||||||
|
@click="
|
||||||
|
sendMessageToCSharp({
|
||||||
|
type: 'video',
|
||||||
|
message: '煤磨动画',
|
||||||
|
})
|
||||||
|
"
|
||||||
|
src="../../assets/img/nyjcm.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="rysl">
|
<div class="rysl">
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
|
|
@ -487,6 +499,9 @@ export default {
|
||||||
var myChart = this.$echarts.init(chartDom);
|
var myChart = this.$echarts.init(chartDom);
|
||||||
myChart.setOption(option);
|
myChart.setOption(option);
|
||||||
},
|
},
|
||||||
|
sendMessageToCSharp(obj) {
|
||||||
|
window.vuplex.postMessage(obj);
|
||||||
|
},
|
||||||
tableRowClassName({ row, rowIndex }) {
|
tableRowClassName({ row, rowIndex }) {
|
||||||
if ((rowIndex + 1) % 2 === 0) {
|
if ((rowIndex + 1) % 2 === 0) {
|
||||||
return "success-row";
|
return "success-row";
|
||||||
|
|
@ -796,6 +811,7 @@ export default {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -832,6 +848,13 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.img {
|
||||||
|
img {
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rysl {
|
.rysl {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue