提交 3dc4b955 authored 作者: 邓文彬's avatar 邓文彬

fix(资源开放共享): 数据更正

上级 449e9d73
......@@ -3,7 +3,7 @@
<div class="meeting">
<div>合同成交总额</div>
<div class="frequency">
{{ seriesData[0].count || "--" }}
{{ count || "--" }}
<span class="second">亿元</span>
</div>
</div>
......@@ -92,6 +92,9 @@ export default defineComponent({
seriesData() {
return Mock[this.curDataType].seriesData;
},
count() {
return Mock[this.curDataType].count;
},
optionBar() {
const seriesBar = {
type: "pie",
......@@ -176,7 +179,6 @@ export default defineComponent({
display: flex;
justify-content: flex-end;
align-items: center;
}
.business-pie-tooltip .pie-text span {
color: #4198ff;
......@@ -205,7 +207,7 @@ export default defineComponent({
color: rgba(65, 152, 255, 1);
font-weight: 500;
}
.second{
.second {
color: #999;
}
}
......
......@@ -49,6 +49,7 @@ export default {
},
"typeTwo": {
count: 94.9312,
seriesData: [{
label: "杭州市",
value: 14348.7
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论