提交 19dc00e5 authored 作者: Your Name's avatar Your Name

fix(创新示范): 2021年第三季度数据更正

上级 dada9941
...@@ -48,9 +48,9 @@ export default defineComponent({ ...@@ -48,9 +48,9 @@ export default defineComponent({
cursor: pointer; cursor: pointer;
font-size: 14px; font-size: 14px;
color: #4197ff; color: #4197ff;
// &:hover { &:hover {
// color: #4197ff; color: #62b3ef;
// } }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
active: index === curYearIndex, active: index === curYearIndex,
}" }"
@click="yearHandle(item.value, index)" @click="yearHandle(item.value, index)"
>{{ item.label }} {{item.value}}</span >{{ item.label }}</span
> >
</div> </div>
</el-col> </el-col>
......
...@@ -57,9 +57,15 @@ export default defineComponent({ ...@@ -57,9 +57,15 @@ export default defineComponent({
}, },
watch: { watch: {
seriesData() { seriesData() {
console.log("---sssss-", )
// this.mapEcharts.clear();
setTimeout(() => {
this.mapEcharts.showLoading(); this.mapEcharts.showLoading();
this.mapEcharts.setOption(this.optionBar); this.mapEcharts.setOption({...this.optionBar}, true);
this.mapEcharts.hideLoading(); this.mapEcharts.hideLoading();
}, 500)
}, },
}, },
computed: { computed: {
...@@ -124,6 +130,7 @@ export default defineComponent({ ...@@ -124,6 +130,7 @@ export default defineComponent({
}, },
className: "person-echart", className: "person-echart",
formatter: (params) => { formatter: (params) => {
console.log("-----sssssssss")
let html = `<span class="name">${params[0].axisValue}</span>`; let html = `<span class="name">${params[0].axisValue}</span>`;
html += `<div class="person-echart "> html += `<div class="person-echart ">
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<div class="card-item"> <div class="card-item">
<MapTitle text="领跑技术(产品)参军情况" /> <MapTitle text="领跑技术(产品)情况" />
<div class="echarts-search"> <div class="echarts-search">
<div class="card-items"> <div class="card-items">
......
...@@ -16,15 +16,15 @@ export default { ...@@ -16,15 +16,15 @@ export default {
], ],
"typeTwo": [{ "typeTwo": [{
title: "军民融合主营业务收入", title: "军民融合主营业务收入",
rate: "", rate: "23.75",
value: "", value: "5421.69",
label: "主营业务收入", label: "主营业务收入",
valueUnit: "亿元", valueUnit: "亿元",
}, },
{ {
title: "国防科技工业产值", title: "国防科技工业产值",
rate: "", rate: "19",
value: "", value: "1656.9",
label: "产值", label: "产值",
valueUnit: "亿元", valueUnit: "亿元",
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论