Compare commits

...

2 Commits

Author SHA1 Message Date
lll 4368d676b7 Merge branch 'master' of http://git.umayle.com:2023/liulonglong/shuinichang_ 2023-12-04 14:41:04 +08:00
lll b8ddc86ad1 1 2023-12-04 14:40:44 +08:00
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

@ -148,7 +148,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 == "总降电力室") {