Quellcode durchsuchen

提交工时成本统计

Lijy vor 2 Jahren
Ursprung
Commit
b727444044
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

+ 7 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

@@ -1172,6 +1172,13 @@
                                     type: 'bar',
                                     barMaxWidth: 30,
                                     data: yList,
+                                    label: {
+                                        normal: {
+                                            show: true,
+                                            position: 'top',
+                                            formatter: '{c}',
+                                        }
+                                    }
                                 }],
                                 grid: {  
                                     left: '100px',