This commit is contained in:
lll 2023-12-04 14:40:44 +08:00
parent 78b5836de9
commit b8ddc86ad1
3 changed files with 7 additions and 5 deletions

View File

@ -744,7 +744,7 @@ export default {
text-align: center;
line-height: 140px;
color: #fff;
font-size: 50px;
font-size: 40px;
font-weight: bold;
font-family: "FZZCHJW-1";
background-image: url("../../assets/nyjc/图层 11.png");
@ -769,7 +769,7 @@ export default {
text-align: center;
line-height: 140px;
color: #fff;
font-size: 50px;
font-size: 40px;
font-weight: bold;
background-image: url("../../assets/nyjc/组 277.png");
font-family: "FZZCHJW-1";

View File

@ -886,7 +886,6 @@ export default {
center: ["80%", "100%"],
radius: "60%",
};
//
if (typeof pieData[i].itemStyle != "undefined") {
let itemStyle = {};
@ -900,7 +899,6 @@ export default {
}
series.push(seriesItem);
}
// 使 sumValue getParametricEquation
// series-surface series-surface.parametricEquation
legendData = [];

View File

@ -147,7 +147,11 @@ export default {
this.list = list;
},
sendMessageToCSharp(name) {
window.vuplex.postMessage(name);
let that = this;
window.vuplex.postMessage({
type: that.$route.query.type,
name: name,
});
},
changeArr(name) {
if (name == "总降电力室") {