@@ -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 })
+ }
+}
@@ -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: {