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

fix(创新示范): 数据调整

上级 dab8646d
...@@ -147,7 +147,7 @@ export default defineComponent({ ...@@ -147,7 +147,7 @@ export default defineComponent({
computed: { computed: {
optionBar() { optionBar() {
const seriesBar = { const seriesBar = {
name: "收入规模", name: "投资金额",
type: "bar", type: "bar",
itemStyle: { itemStyle: {
color: "#4198ff", color: "#4198ff",
...@@ -157,7 +157,7 @@ export default defineComponent({ ...@@ -157,7 +157,7 @@ export default defineComponent({
return { return {
name: item.name, name: item.name,
value: item, value: item,
label: "收入规模", label: "投资金额",
}; };
}), }),
}; };
......
<template> <template>
<MapTitle text="承担军品情况" /> <MapTitle text="承担军品任务情况" />
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
......
<template> <template>
<MapTitle text="民口单位服务武器装备科研生产情况(截至2021第二季度)" /> <MapTitle text="民口单位服务武器装备科研生产情况" />
<el-row class="science-info" justify="space-between"> <el-row class="science-info" justify="space-between">
<el-col :span="11"> <el-col :span="11">
<div class="card-item"> <div class="card-item">
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
</el-col> </el-col>
<el-col class="increase-rate" :span="12"> <el-col class="increase-rate" :span="12">
<div class="title">城市增长率</div> <div class="title">各市民口单位军品收入增长率</div>
<div class="rate-list"> <div class="rate-list">
<div class="rate-list-head rate-list-item"> <div class="rate-list-head rate-list-item">
<span>城市</span> <span>地区</span>
<span>增长率</span> <span>增长率</span>
</div> </div>
......
<template> <template>
<MapTitle text="军民融合产业各领域主营业务收入" /> <MapTitle text="军民融合产业各领域主营业务收入情况" />
<el-row> <el-row>
<el-col :span="10"> <el-col :span="10">
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<div id="businessIncome" class="business-income"></div> <div id="businessIncome" class="business-income"></div>
<div class="money-logo"> <div class="money-logo">
<div> <div>
<img src="@/assets/img/qiandai.svg" alt="" /> <!-- <img src="@/assets/img/qiandai.svg" alt="" /> -->
<div>营业收入 <span>(元)</span></div> <div>营业收入 <span>(亿元)</span></div>
</div> </div>
<span class="mony-number">3532.82</span> <span class="mony-number">3532.82</span>
</div> </div>
...@@ -184,7 +184,7 @@ export default defineComponent({ ...@@ -184,7 +184,7 @@ export default defineComponent({
position: relative; position: relative;
.money-logo { .money-logo {
top: 40%; top: 40%;
left: 34%; left: 37%;
position: absolute; position: absolute;
text-align: center; text-align: center;
transform: scale(1.2); transform: scale(1.2);
......
...@@ -85,7 +85,7 @@ export default defineComponent({ ...@@ -85,7 +85,7 @@ export default defineComponent({
textStyle: {}, textStyle: {},
className: "target-bar-tooltip", className: "target-bar-tooltip",
formatter: formatter:
"<span class='title'>{b0}</span>: <br /> <span class='bar-text'>{c0}</span> 亿元", "<span class='title'>{b0}</span>: <br /> <span class='bar-text'>{c0}</span> ",
}, },
legend: {}, legend: {},
grid: { grid: {
......
...@@ -58,12 +58,12 @@ export default defineComponent({ ...@@ -58,12 +58,12 @@ export default defineComponent({
data() { data() {
return { return {
list: [ list: [
{ label: "领跑产品(技术)", value: "50", unit: "个" }, { label: "领跑产品(技术)", value: "130", unit: "个" },
{ label: "军地协同创新平台", value: "139", unit: "个" }, { label: "军地协同创新平台", value: "139", unit: "个" },
{ label: "新兴领域研发经费", value: "86.55", unit: "亿元" }, { label: "新兴领域研发经费", value: "86.55", unit: "亿元" },
], ],
list2x: [ list2x: [
{ label: "军工科研设备设施开放共享", value: "867", unit: "个" }, { label: "军工科研设备设施开放共享", value: "687", unit: "个" },
{ label: "军民资源共享信息平台数量", value: "212", unit: "个" }, { label: "军民资源共享信息平台数量", value: "212", unit: "个" },
{ label: "军地需求对接活动数量", value: "56", unit: "个" }, { label: "军地需求对接活动数量", value: "56", unit: "个" },
], ],
......
...@@ -61,7 +61,7 @@ export default defineComponent({ ...@@ -61,7 +61,7 @@ export default defineComponent({
rate: "31.5%", rate: "31.5%",
value: "3545.5", value: "3545.5",
label: "主营业务收入", label: "主营业务收入",
valueUnit: "", valueUnit: "亿元",
}, },
{ {
title: "国防科技工业", title: "国防科技工业",
...@@ -97,7 +97,6 @@ export default defineComponent({ ...@@ -97,7 +97,6 @@ export default defineComponent({
padding: 3px 20px; padding: 3px 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: center;
} }
.info-item { .info-item {
......
...@@ -57,11 +57,11 @@ ...@@ -57,11 +57,11 @@
<el-row class="item-bg"> <el-row class="item-bg">
<el-col class="padding0-8 font-size14 color-666" <el-col class="padding0-8 font-size14 color-666"
>民口单位军品收入</el-col >民口单位人均军品收入</el-col
> >
<el-col class="padding0-8"> <el-col class="padding0-8">
<span class="font-size20 color-pramiry">53.35</span> <span class="font-size20 color-pramiry">90.56</span>
<span class="font-size12 color-999">亿</span> <span class="font-size12 color-999"></span>
</el-col> </el-col>
</el-row> </el-row>
</el-col> </el-col>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
justify="space-between" justify="space-between"
> >
<el-col class="item-text font-size14 color-666" :span="18"> <el-col class="item-text font-size14 color-666" :span="18">
与当地军分区(警备区)建立并落实军地协作机制 与当地军分区(警备区)建立并落实军地协作工作机制
</el-col> </el-col>
<el-col class="jf-end flex-row font-size20 color-pramiry" :span="5"> <el-col class="jf-end flex-row font-size20 color-pramiry" :span="5">
93 <span class="margin-left5 font-size12 color-999"></span> 93 <span class="margin-left5 font-size12 color-999"></span>
......
<template> <template>
<MapTitle <MapTitle
text="全省军民融合创新示范绩效评价情况" text="全省军民融合创新示范绩效评价情况(2021年上半年)"
:detailsHandle="detailsHandle" :detailsHandle="detailsHandle"
/> />
<div id="performanceBar" class="performance-bar"></div> <div id="performanceBar" class="performance-bar"></div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论