gaoshp
2024-06-16 8261c004cc4a8351b42c34438a2b4b62c065d991
src/views/mdc/efficiency-analysis.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: Sneed
 * @LastEditTime: 2024-05-20 21:04:56
 * @LastEditTime: 2024-06-16 15:06:31
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/efficiency-analysis.vue
 * 效率分析
-->
@@ -92,7 +92,11 @@
                    top: '80px'
                },
                tooltip: {
                    trigger: 'axis'
                    trigger: 'axis',
                    valueFormatter: (params) => {
                        console.log(params, '>>>>>>>>.113213')
                        return params.toFixed(2) + '%'
                    }
                },
                xAxis: {
                    type: 'category',