zyh
This commit is contained in:
commit
e50242a819
|
|
@ -57,12 +57,11 @@ export default {
|
||||||
font-family: "MicrosoftYaHei" !important;
|
font-family: "MicrosoftYaHei" !important;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
/* width: 7680px;
|
width: 7680px;
|
||||||
height: 3240px; */
|
height: 3240px;
|
||||||
width: 100vw;
|
/* width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh; */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
|
/* background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png),
|
||||||
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */
|
url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); */
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
import request from '@/utils/request'
|
import request from '@/utils/request'
|
||||||
|
|
||||||
// 负荷管理
|
// 负荷管理
|
||||||
|
|
@ -37,6 +38,12 @@ export function GetFhzb () {
|
||||||
}
|
}
|
||||||
// 生产线负荷
|
// 生产线负荷
|
||||||
export function GetScxfh () {
|
export function GetScxfh () {
|
||||||
|
=======
|
||||||
|
import request from "@/utils/request";
|
||||||
|
|
||||||
|
//
|
||||||
|
export function loadBrand(limit) {
|
||||||
|
>>>>>>> d04cb2e83c5d1995fd6ee2f4753d145bed175248
|
||||||
return request({
|
return request({
|
||||||
url: `brand?limit=${limit}`,
|
url: `brand?limit=${limit}`,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ 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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -41,4 +42,43 @@ 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",
|
||||||
|
});
|
||||||
|
>>>>>>> d04cb2e83c5d1995fd6ee2f4753d145bed175248
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
align="center"
|
align="center"
|
||||||
><template slot-scope="scope">
|
><template slot-scope="scope">
|
||||||
<span style="color: #abb9fe"> {{ scope.row.date4 }}</span>
|
<span style="color: #abb9fe"> {{ scope.row.date4 }}</span>
|
||||||
<span>tCO2/t</span>
|
<span>tC/GJ</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue