Compare commits

..

No commits in common. "4368d676b7f1cec7a0f28bc5899f0ec0c471d509" and "befac37a119701f8195d14e24320d1f3559dee72" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View File

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

View File

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

View File

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