diff --git a/src/assets/images/icon-blue.png b/src/assets/images/icon-blue.png new file mode 100644 index 0000000..ae652dd Binary files /dev/null and b/src/assets/images/icon-blue.png differ diff --git a/src/assets/images/icon-orange.png b/src/assets/images/icon-orange.png new file mode 100644 index 0000000..352fa65 Binary files /dev/null and b/src/assets/images/icon-orange.png differ diff --git a/src/assets/images/icon-red.png b/src/assets/images/icon-red.png new file mode 100644 index 0000000..daa6a9c Binary files /dev/null and b/src/assets/images/icon-red.png differ diff --git a/src/assets/images/icon-yellow.png b/src/assets/images/icon-yellow.png new file mode 100644 index 0000000..be48153 Binary files /dev/null and b/src/assets/images/icon-yellow.png differ diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/bqyjslCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/bqyjslCount.vue new file mode 100644 index 0000000..84d29f6 --- /dev/null +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/bqyjslCount.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/czztCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/czztCount.vue new file mode 100644 index 0000000..fac775f --- /dev/null +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/czztCount.vue @@ -0,0 +1,268 @@ + + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue new file mode 100644 index 0000000..5908967 --- /dev/null +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/statusCount.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/statusCount.vue new file mode 100644 index 0000000..968c2c0 --- /dev/null +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/statusCount.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue index 82d7cf9..0880ee9 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue @@ -1,282 +1,32 @@ - - 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 @@ + + + + + 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 @@ + + + + + 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: {