浏览代码

车辆指标修改

tianyabing 2 年之前
父节点
当前提交
2c7914657e

+ 4 - 4
src/components/doubleCarbon/car/doubleCarbonCar.vue

@@ -29,25 +29,25 @@ export default {
       ],
       coreData: [
         {
-          title: '车辆总里程(km/天)',
+          title: '车辆累计排放(tco2e)',
           num: 0,
           historyDesc: '同比',
           historyNum: 0
         },
         {
-          title: '车辆平均里程(km/天)',
+          title: '车辆总里程(km)',
           num: 0,
           historyDesc: '同比',
           historyNum: 0
         },
         {
-          title: '车辆平均行驶时长(h/天)',
+          title: '车辆平均里程(km/天)',
           num: 0,
           historyDesc: '同比',
           historyNum: 0
         },
         {
-          title: '车辆平均碳排放(kg/辆/天)',
+          title: '车辆平均碳排放(tco2e/辆/天)',
           num: 0,
           historyDesc: '同比',
           historyNum: 0

+ 1 - 1
src/components/doubleCarbon/overview/charts/carbonEmissionChart.vue

@@ -46,7 +46,7 @@ export default {
             name: '排放量(tCO2e)',
             type: 'value',
             nameTextStyle: {
-              padding: [0, 0, 0, 30]
+              padding: [0, 0, 0, 50]
             },
           },
         ],

+ 2 - 2
src/components/doubleCarbon/print/doubleCarbonPrint.vue

@@ -41,13 +41,13 @@ export default {
           historyNum: 0,
         },
         {
-          title: "纸张人均消耗(张/天)",
+          title: "纸张累计消耗(张/人)",
           num: 0,
           historyDesc: "同比",
           historyNum: 0,
         },
         {
-          title: "墨盒人均消耗(kg/天)",
+          title: "墨盒累计消耗(盒/人)",
           num: 0,
           historyDesc: "同比",
           historyNum: 0,

+ 4 - 4
src/components/work/bus/workBus.vue

@@ -95,25 +95,25 @@ export default {
       listData: listData,
       coreData: [
         {
-          title: "车辆平均成本(元)",
+          title: "在用公车数量(辆)",
           num: "0",
           historyDesc: "同比",
           historyNum: 0,
         },
         {
-          title: "车辆平均出车次数",
+          title: "总出车时长(h)",
           num: "0",
           historyDesc: "同比",
           historyNum: 0,
         },
         {
-          title: "车辆平均碳排放(tco2e)",
+          title: "平均成本(元/辆)",
           num: "0",
           historyDesc: "同比",
           historyNum: 0,
         },
         {
-          title: "平均出车时长(小时)",
+          title: "平均出车次数(次/辆)",
           num: 0,
           historyDesc: "同比",
           historyNum: 0,