diff --git a/src/views/copilot/efficiency/components/sub/bar/BarChartChipOEE.vue b/src/views/copilot/efficiency/components/sub/bar/BarChartChipOEE.vue
index 8c0212e..a677c9a 100644
--- a/src/views/copilot/efficiency/components/sub/bar/BarChartChipOEE.vue
+++ b/src/views/copilot/efficiency/components/sub/bar/BarChartChipOEE.vue
@@ -1,7 +1,7 @@
@@ -80,12 +80,14 @@ export default {
// console.log(item.color, color);
res +=
"
" +
- `${params[i].seriesType === "line"
- ? ''
- : ``
- }` +
- `${params[i].seriesName}` +
- `${params[i].value ? params[i].value + '%' : 0 + '%'}`;
+ `${params[i].seriesType === "line"
+ ? `
+
+ ${params[i].seriesName}`
+ : `
+ ${params[i].seriesName}`
+ }` +
+ `${params[i].value ? params[i].value + '%' : 0 + '%'}`;
}
const htmlContent = `