From 842b40ba0afed53b69cdb34b3e5ec27b8ca26f66 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 16 12月 2024 14:14:07 +0800 Subject: [PATCH] 22 --- LA24030_LuLiPackageLine_Web/src/views/home/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LA24030_LuLiPackageLine_Web/src/views/home/index.vue b/LA24030_LuLiPackageLine_Web/src/views/home/index.vue index eddb91d..0a05a8c 100644 --- a/LA24030_LuLiPackageLine_Web/src/views/home/index.vue +++ b/LA24030_LuLiPackageLine_Web/src/views/home/index.vue @@ -499,13 +499,13 @@ const option = { backgroundColor: state.charts.bgColor, title: { - text: '涓嬬嚎璁㈠崟鎺ㄧЩ鍥�', + text: '鐢熶骇璁㈠崟鎺ㄧЩ鍥�', x: 'left', textStyle: { fontSize: '12', color: state.charts.color }, }, tooltip: { trigger: 'axis' }, //legend: { data: ['鍏ュ簱','鍑哄簱', '搴撳瓨', '骞冲潎'], right: 0 }, - legend: { data: ['涓嬬嚎璁㈠崟'], right: 0 }, + legend: { data: ['鐢熶骇璁㈠崟'], right: 0 }, grid: { top: 50, right: 80, bottom: 100, left: 60 }, // grid: { top: 70, right: 80, bottom: 30, left: 80 }, xAxis: [ @@ -570,7 +570,7 @@ // data: [], // }, { - name: '涓嬬嚎璁㈠崟', + name: '鐢熶骇璁㈠崟', type: 'line', smooth: true, showSymbol: true, -- Gitblit v1.9.3