提交 fa742fd0 authored 作者: Your Name's avatar Your Name

fix(合并www分支): 数据替换

...@@ -38,9 +38,8 @@ ...@@ -38,9 +38,8 @@
<el-row v-if="curRouteHistoy.length > 0" class="proceed-record"> <el-row v-if="curRouteHistoy.length > 0" class="proceed-record">
<el-col class="nav-history" :span="18"> <el-col class="nav-history" :span="18">
<el-row class="pointer" @click="$router.go(-1)" align="middle"> <el-row class="pointer" @click="$router.go(-1)" align="middle">
<el-icon> <el-icon><ArrowLeftBold /></el-icon>
<ArrowLeftBold /> 返回
</el-icon>返回
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
</el-row> </el-row>
......
...@@ -114,11 +114,11 @@ export default defineComponent({ ...@@ -114,11 +114,11 @@ export default defineComponent({
}); });
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .el-progress__text { ::v-deep .Progress .el-progress__text {
position: relative; position: relative;
top: -20px; top: -20px;
left: 65px; left: 65px;
font-size: 20px !important; font-size: 18px;
color: #4198ff; color: #4198ff;
} }
.card-item { .card-item {
......
...@@ -88,7 +88,7 @@ const xAxisCity = [ ...@@ -88,7 +88,7 @@ const xAxisCity = [
"丽水", "丽水",
]; ];
const cityData = { const cityData = {
value: [225, 160, 170, 140, 145, 75, 125, 100, 70, 40, 60], value: [75, 37, 4, 17, 8, 10, 1, 1, 0, 0, 2],
}; };
/** /**
* 军民协同创新 * 军民协同创新
...@@ -109,7 +109,7 @@ export default defineComponent({ ...@@ -109,7 +109,7 @@ export default defineComponent({
data() { data() {
return { return {
countryEcharts: null, countryEcharts: null,
shu: "206", shu: "155",
TargetBars: null, TargetBars: null,
}; };
}, },
......
...@@ -45,7 +45,7 @@ const xAxisCity = [ ...@@ -45,7 +45,7 @@ const xAxisCity = [
"丽水", "丽水",
]; ];
const cityData = { const cityData = {
value: [404, 404, 400, 400, 400, 400, 400, 400, 400, 400, 400], value: [79.83, 9.08, 3.4, 11.8, 5.17, 13.95, 4.52, 1.58, 0.18, 3.69, 1.82],
}; };
/** /**
...@@ -60,7 +60,7 @@ export default defineComponent({ ...@@ -60,7 +60,7 @@ export default defineComponent({
data() { data() {
return { return {
countryEcharts: null, countryEcharts: null,
shu: 434, shu: 135.03,
enterprises: null, enterprises: null,
cards: [ cards: [
{ {
...@@ -109,7 +109,7 @@ export default defineComponent({ ...@@ -109,7 +109,7 @@ export default defineComponent({
html += `<div class="munition-echart "> html += `<div class="munition-echart ">
<span class=" title color_1">${params[0].axisValue}市</span> <span class=" title color_1">${params[0].axisValue}市</span>
<br /> <br />
<span class="text text-color_1">${params[0].data.value}</span>亿元 <span class="text text-color_1">${params[0].data.value}</span>
</div> </div>
`; `;
...@@ -126,7 +126,7 @@ export default defineComponent({ ...@@ -126,7 +126,7 @@ export default defineComponent({
}, },
yAxis: { yAxis: {
type: "value", type: "value",
name: "金额(亿元)", name: "数量(次)",
min: 0, min: 0,
max: 500, max: 500,
}, },
......
...@@ -18,7 +18,7 @@ import { defineComponent } from "vue"; ...@@ -18,7 +18,7 @@ import { defineComponent } from "vue";
import MapTitle from "@/components/mapTitle/index.vue"; import MapTitle from "@/components/mapTitle/index.vue";
import * as echarts from "echarts"; import * as echarts from "echarts";
const SeriesData = [25, 27, 18, 22, 28, 24, 19, 20, 21, 22, 19]; const SeriesData = [19, 13.5, 6.5, 12.5, 15.5, 14, 6.5, 10.5, 8, 4, 6];
const xAxisValue = [ const xAxisValue = [
"杭州", "杭州",
"宁波", "宁波",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论