diff --git a/src/layout/components/home.vue b/src/layout/components/home.vue index a2a73b3..2c42dd7 100644 --- a/src/layout/components/home.vue +++ b/src/layout/components/home.vue @@ -28,8 +28,8 @@ -
- 领导视图 领导视图 +
+ 管理统计 管理统计 咨询项目
@@ -61,7 +61,7 @@ export default { }, { title: "zxxm", - value: "/index", + value: "/project/infoShow/query", }, { title: "bxcg", diff --git a/src/views/dashboard/BLYiTuoChart.vue b/src/views/dashboard/BLYiTuoChart.vue index 86bf959..38297c5 100644 --- a/src/views/dashboard/BLYiTuoChart.vue +++ b/src/views/dashboard/BLYiTuoChart.vue @@ -218,15 +218,16 @@ export default { yAxis: [ { type: 'value', - name: '经费', + name: '经费:万元', min: 0, max: maxa, interval: yinterval, axisLabel: { - formatter: '{value} 万元', + formatter: '{value}', textStyle: { - color: "#a4a4a4", + color: "#333", }, + fontSize:14, }, nameTextStyle: { color: 'rgb(102,102,102)' @@ -268,6 +269,10 @@ export default { interval: numYinterval, axisLabel: { formatter: '{value} ', + textStyle: { + color: "#333", + }, + fontSize:14, }, axisLine: { show : false, diff --git a/src/views/dashboard/BarLineChart.vue b/src/views/dashboard/BarLineChart.vue index 82187db..5020e20 100644 --- a/src/views/dashboard/BarLineChart.vue +++ b/src/views/dashboard/BarLineChart.vue @@ -202,7 +202,7 @@ export default { formatter: '{value} ', fontSize:14, textStyle: { - color: "#a4a4a4", + color: "#333", }, }, @@ -218,15 +218,15 @@ export default { }, { type: 'value', - name: '经费', + name: '经费:万元', min: 0, max: maxb, interval: intervalb, axisLabel: { - formatter: '{value}万元 ', + formatter: '{value}', fontSize:14, textStyle: { - color: "#a4a4a4", + color: "#333", }, }, nameTextStyle: { diff --git a/src/views/dashboard/PieChart.vue b/src/views/dashboard/PieChart.vue index f9c521f..0c78233 100644 --- a/src/views/dashboard/PieChart.vue +++ b/src/views/dashboard/PieChart.vue @@ -161,7 +161,7 @@ export default { fontSize: 16, formatter: function (param) { let text = param.data.name; - if (text.length < 6) { + if (text.length < 7) { // return '{name|{b}}\n{value|{d}%( {c})}' return text } else { diff --git a/src/views/index.vue b/src/views/index.vue index 9239563..b01d4d0 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -30,7 +30,7 @@
- 领导视图 管理统计 + 管理统计 管理统计 咨询项目
diff --git a/src/views/project/infoShow/queryList.vue b/src/views/project/infoShow/queryList.vue index 5369cbb..d316e06 100644 --- a/src/views/project/infoShow/queryList.vue +++ b/src/views/project/infoShow/queryList.vue @@ -1,5 +1,6 @@