-
-
-
- {{ it.label }}
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
- 线索来源统计
-
-
-
- -
-
{{ it.label }}
-
- {{ it.value }} 个
-
-
-
-
-
-
+
+
+
+ {{item}}
+
+
+
+
+
+
+
-
-
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qbtjCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qbtjCount.vue
new file mode 100644
index 0000000..be8da15
--- /dev/null
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qbtjCount.vue
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+ {{ it.label }}
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+ 线索来源统计
+
+
+
+ -
+
{{ it.label }}
+
+ {{ it.value }} 个
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qygktjCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qygktjCount.vue
new file mode 100644
index 0000000..58cb0d7
--- /dev/null
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/qygktjCount.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/xxhjCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/xxhjCount.vue
new file mode 100644
index 0000000..b434b56
--- /dev/null
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/xxhjCount.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/yjCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/yjCount.vue
new file mode 100644
index 0000000..5929b32
--- /dev/null
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/yjCount.vue
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+ -
+
+
![]()
+
+
+
{{ item.label }}
+
{{ item.value }}
+
+
+
+
+ 环比
+ {{ item.hb }}
+
+
+ 同比
+ {{ item.tb }}
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/home/echarts/3DbarEcharts.vue b/src/views/home/echarts/3DbarEcharts.vue
index 934ed3c..083486b 100644
--- a/src/views/home/echarts/3DbarEcharts.vue
+++ b/src/views/home/echarts/3DbarEcharts.vue
@@ -101,7 +101,6 @@ function chartFn() {
// 安全获取标签数据
const labels = props.data.list && Array.isArray(props.data.list) ? props.data.list.map(v => v.label) : [];
- console.log(labels);
const option = {
grid: {
@@ -198,7 +197,7 @@ function chartFn() {
symbolSize: [barWidth - 4, 10],
itemStyle: {
normal: {
- color: colorArr[2]
+ color: props.data.topColor || colorArr[2]
},
},
tooltip: {
diff --git a/src/views/home/echarts/lineEcharts.vue b/src/views/home/echarts/lineEcharts.vue
index fbd8719..bf69c94 100644
--- a/src/views/home/echarts/lineEcharts.vue
+++ b/src/views/home/echarts/lineEcharts.vue
@@ -41,8 +41,8 @@ function chartFn() {
grid: {
top: "8%",
right: "2%",
- left: "10%",
- bottom: "12%",
+ left: "2%",
+ bottom: "8%",
containLabel:true
},
tooltip: {