|
@@ -26,7 +26,25 @@
|
|
</div>
|
|
</div>
|
|
<div class="statistic-content">
|
|
<div class="statistic-content">
|
|
<div class="__gis-business-main_title">事件数量</div>
|
|
<div class="__gis-business-main_title">事件数量</div>
|
|
- <FocusContentCom class="one">1</FocusContentCom>
|
|
|
|
|
|
+ <FocusContentCom class="one">
|
|
|
|
+ <div class="one-main">
|
|
|
|
+ <div class="one-main-left">
|
|
|
|
+ <div class="one-main-left-title">
|
|
|
|
+ <div>总数</div>
|
|
|
|
+ <div>{{ sjsl.total }}<span>起</span></div>
|
|
|
|
+ </div>
|
|
|
|
+ <img src="@/assets/images/gis-business/clue_sh-bg.png" alt=""/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="one-main-right">
|
|
|
|
+ <div class="one-main-right-total">国籍分布</div>
|
|
|
|
+ <div class="one-main-right-info">
|
|
|
|
+ <SjslChartCom title="国内" color="#00BD7E" :num="sjsl.in" :total="sjsl.total"/>
|
|
|
|
+ <SjslChartCom title="国外" color="#FFA254" :num="sjsl.out" :total="sjsl.total"/>
|
|
|
|
+ <SjslChartCom title="未知" color="#783FD4" :num="sjsl.none" :total="sjsl.total"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </FocusContentCom>
|
|
<div class="__gis-business-main_title">热点类型</div>
|
|
<div class="__gis-business-main_title">热点类型</div>
|
|
<FocusContentCom class="two">2</FocusContentCom>
|
|
<FocusContentCom class="two">2</FocusContentCom>
|
|
<div class="__gis-business-main_title">类型占比</div>
|
|
<div class="__gis-business-main_title">类型占比</div>
|
|
@@ -79,12 +97,14 @@ import {useRouter, useRoute} from 'vue-router'
|
|
import {ElMessage, ElMessageBox} from "element-plus";
|
|
import {ElMessage, ElMessageBox} from "element-plus";
|
|
import BusinessMainCom from '../common/business-main.vue'
|
|
import BusinessMainCom from '../common/business-main.vue'
|
|
import FocusContentCom from '../common/focus-content.vue'
|
|
import FocusContentCom from '../common/focus-content.vue'
|
|
|
|
+import SjslChartCom from './sjsl-chart.vue'
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
name: '',
|
|
name: '',
|
|
components: {
|
|
components: {
|
|
BusinessMainCom,
|
|
BusinessMainCom,
|
|
FocusContentCom,
|
|
FocusContentCom,
|
|
|
|
+ SjslChartCom
|
|
},
|
|
},
|
|
props: {},
|
|
props: {},
|
|
setup(props, {emit}) {
|
|
setup(props, {emit}) {
|
|
@@ -107,6 +127,12 @@ export default defineComponent({
|
|
{label: '近一年', value: '4'},
|
|
{label: '近一年', value: '4'},
|
|
{label: '自定义', value: '0'},
|
|
{label: '自定义', value: '0'},
|
|
],
|
|
],
|
|
|
|
+ sjsl: {
|
|
|
|
+ total: 2285,
|
|
|
|
+ in: 380,
|
|
|
|
+ out: 1226,
|
|
|
|
+ none: 679
|
|
|
|
+ },
|
|
fzssj: {
|
|
fzssj: {
|
|
form: {},
|
|
form: {},
|
|
tempForm: {
|
|
tempForm: {
|
|
@@ -270,6 +296,91 @@ export default defineComponent({
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
.one {
|
|
.one {
|
|
height: 150px;
|
|
height: 150px;
|
|
|
|
+ .one-main {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ padding: 20px 16px;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ .one-main-left {
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 113px;
|
|
|
|
+ position: relative;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ .one-main-left-title {
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 55px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ >div:nth-child(1) {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #434343;
|
|
|
|
+ }
|
|
|
|
+ >div:nth-child(2) {
|
|
|
|
+ font-size: 26px;
|
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+ background: linear-gradient(180deg, #50EAFF 0%, #007EFF 100%);
|
|
|
|
+ -webkit-background-clip: text;
|
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
|
+ >span {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ >img {
|
|
|
|
+ z-index: -1;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 7px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .one-main-right {
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ .one-main-right-total {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ background: linear-gradient(270deg, rgba(18,128,241,0.05) 0%, rgba(18,128,241,0.1) 60%, rgba(18,128,241,0.2) 100%);
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 24px;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #434343;
|
|
|
|
+ position: relative;
|
|
|
|
+ &:before {
|
|
|
|
+ content: '';
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 2px;
|
|
|
|
+ height: 100%;
|
|
|
|
+ left: 0;
|
|
|
|
+ background-color: #1280F1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .one-main-right-info {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 68px;
|
|
|
|
+ padding: 10px 0 0 10px;
|
|
|
|
+ display: flex;
|
|
|
|
+ >div {
|
|
|
|
+ width: 67px;
|
|
|
|
+ height: 67px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.two {
|
|
.two {
|
|
height: 220px;
|
|
height: 220px;
|