yanghao 4 dagar sedan
förälder
incheckning
e38033b03a
2 ändrade filer med 7 tillägg och 10 borttagningar
  1. 6 0
      src/api/pms/qhse/index.ts
  2. 1 10
      src/views/pms/qhse/kanban/index.vue

+ 6 - 0
src/api/pms/qhse/index.ts

@@ -407,3 +407,9 @@ export const QHSEPtwApi = {
     return await request.download({ url: `/rq/qhse-ptw/export-excel`, params })
   }
 }
+
+export const kanbanApi = {
+  getKanban: async (params) => {
+    return await request.get({ url: `/rq/qhse-kanban/get`, params })
+  }
+}

+ 1 - 10
src/views/pms/qhse/kanban/index.vue

@@ -320,16 +320,7 @@ function getHazardChartOption(): echarts.EChartsOption {
           borderRadius: 0
         },
         label: {
-          show: true,
-          position: 'bottom',
-          offset: [0, 36],
-          color: '#5b6f8f',
-          fontSize: 18,
-          fontWeight: 700,
-          fontFamily: FONT_FAMILY,
-          formatter(params: any) {
-            return params.name
-          }
+          show: false
         },
         emphasis: {
           itemStyle: {