Merge branch 'master' of http://git.umayle.com:2023/liulonglong/shuinichang_
This commit is contained in:
commit
8061b41f7c
|
|
@ -744,7 +744,7 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 140px;
|
line-height: 140px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 50px;
|
font-size: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "FZZCHJW-1";
|
font-family: "FZZCHJW-1";
|
||||||
background-image: url("../../assets/nyjc/图层 11.png");
|
background-image: url("../../assets/nyjc/图层 11.png");
|
||||||
|
|
@ -769,7 +769,7 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 140px;
|
line-height: 140px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 50px;
|
font-size: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-image: url("../../assets/nyjc/组 277.png");
|
background-image: url("../../assets/nyjc/组 277.png");
|
||||||
font-family: "FZZCHJW-1";
|
font-family: "FZZCHJW-1";
|
||||||
|
|
|
||||||
|
|
@ -886,7 +886,6 @@ export default {
|
||||||
center: ["80%", "100%"],
|
center: ["80%", "100%"],
|
||||||
radius: "60%",
|
radius: "60%",
|
||||||
};
|
};
|
||||||
|
|
||||||
//曲面的颜色、不透明度等样式。
|
//曲面的颜色、不透明度等样式。
|
||||||
if (typeof pieData[i].itemStyle != "undefined") {
|
if (typeof pieData[i].itemStyle != "undefined") {
|
||||||
let itemStyle = {};
|
let itemStyle = {};
|
||||||
|
|
@ -900,7 +899,6 @@ export default {
|
||||||
}
|
}
|
||||||
series.push(seriesItem);
|
series.push(seriesItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 使用上一次遍历时,计算出的数据和 sumValue,调用 getParametricEquation 函数,
|
// 使用上一次遍历时,计算出的数据和 sumValue,调用 getParametricEquation 函数,
|
||||||
// 向每个 series-surface 传入不同的参数方程 series-surface.parametricEquation,也就是实现每一个扇形。
|
// 向每个 series-surface 传入不同的参数方程 series-surface.parametricEquation,也就是实现每一个扇形。
|
||||||
legendData = [];
|
legendData = [];
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,11 @@ export default {
|
||||||
this.list = list;
|
this.list = list;
|
||||||
},
|
},
|
||||||
sendMessageToCSharp(name) {
|
sendMessageToCSharp(name) {
|
||||||
window.vuplex.postMessage(name);
|
let that = this;
|
||||||
|
window.vuplex.postMessage({
|
||||||
|
type: that.$route.query.type,
|
||||||
|
name: name,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
changeArr(name) {
|
changeArr(name) {
|
||||||
if (name == "总降电力室") {
|
if (name == "总降电力室") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue