Commit 5a4a4b9b by hd

fix: 修改大屏

parent 8477e671
......@@ -83,9 +83,10 @@
><span @click="toDetail(item, item.type1, item.title1)">{{
item.value == null ? "" : item.value
}}</span
><span @click="toDetail(item, item.type2, item.title2)">{{
>
<!-- <span @click="toDetail(item, item.type2, item.title2)">{{
item.value2 == null ? "" : item.value2
}}</span>
}}</span> -->
<span @click="toDetail(item, item.type3, item.title3)">{{
item.value3 == null ? "" : item.value3
}}</span></span
......@@ -105,10 +106,11 @@
><span @click="toDetail(item, item.type1, item.title1)">{{
item.value == null ? "" : item.value
}}</span
><span
>
<!-- <span
@click="toDetail(item, item.type2, item.title2, 'getMaFaTs')"
>{{ item.value2 == null ? "" : item.value2 }}</span
>
> -->
<span @click="toDetail(item, item.type3, item.title3)">{{
item.value3 == null ? "" : item.value3
}}</span></span
......@@ -128,10 +130,12 @@
><span @click="toDetail(item, item.type1, item.title1)">{{
item.value == null ? "" : item.value
}}</span
><span
>
<!-- <span
@click="toDetail(item, item.type3, item.title3, 'getMaXyrTs')"
>{{ item.value3 == null ? "" : item.value3 }}</span
><span @click="toDetail(item, item.type2, item.title2)">{{
> -->
<span @click="toDetail(item, item.type2, item.title2)">{{
item.value2 == null ? "" : item.value2
}}</span></span
>
......@@ -309,11 +313,11 @@
v-loading="maMapTongJiLoading"
element-loading-text="拼命加载中"
></div>
<div
<!-- <div
id="ssChart"
v-loading="ssLoading"
element-loading-text="拼命加载中"
></div>
></div> -->
<div
id="bjChart"
v-loading="bjLoading"
......@@ -537,9 +541,9 @@ export default {
ajtjList: [
{
id: "FaCount",
title: "发案数(总数/命案/电诈)",
title: "发案数(总数/电诈)",
value: null,
value2: null,
// value2: null,
value3: null,
title1: "发案数",
title2: "命案数",
......@@ -552,9 +556,9 @@ export default {
},
{
id: "PaCount",
title: "破案数(总数/命案/电诈)",
title: "破案数(总数/电诈)",
value: null,
value2: null,
// value2: null,
value3: null,
color: "#D30F15",
type1: "pa",
......@@ -590,7 +594,7 @@ export default {
},
{
id: "zhryCount",
title: "抓获人员数(总数/命案/电诈)",
title: "抓获人员数(总数/电诈)",
title1: "抓获人员数",
title2: "抓获电诈人员数",
title3: "抓获命案人员数",
......@@ -3039,7 +3043,7 @@ export default {
.daping_box_head {
height: 97px;
background-image: url("./img/daohang.png");
// background-image: url("./img/daohang.png");
margin-top: -9px;
}
......@@ -3425,6 +3429,7 @@ export default {
z-index: 999;
bottom: 200px;
right: 20%;
z-index: -1;
}
#bjChart {
width: 100px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment