From 7d180121d133a3f2400ca2870cfb6cacd605d6cf Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 12 八月 2025 23:12:32 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/LargeScreen/CP-Screen/src/views/indexs/left-bottom.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/LargeScreen/CP-Screen/src/views/indexs/left-bottom.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/LargeScreen/CP-Screen/src/views/indexs/left-bottom.vue" index 87699c9..e5733df 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/LargeScreen/CP-Screen/src/views/indexs/left-bottom.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/LargeScreen/CP-Screen/src/views/indexs/left-bottom.vue" @@ -55,7 +55,7 @@ itemWidth: 10, itemHeight: 10, icon: 'circle', - data: ['鎴愬搧鍏ュ簱', '鎴愬搧鍑哄簱', '绌烘鍥炴祦', '鎴愬搧鍥炲簱'] + data: ['鎴愬搧鍏ュ簱', '鎴愬搧鍑哄簱', '鎴愬搧璋冩嫧', '鎴愬搧閫�搴�'] }, grid: { left: '8%', @@ -126,7 +126,7 @@ } }, { - name: '绌烘鍥炴祦', + name: '鎴愬搧璋冩嫧', type: 'line', data: [], areaStyle: { @@ -137,7 +137,7 @@ } }, { - name: '鎴愬搧鍥炲簱', + name: '鎴愬搧閫�搴�', type: 'line', data: [], areaStyle: { @@ -180,16 +180,16 @@ const seriesData = { '鎴愬搧鍏ュ簱': [], '鎴愬搧鍑哄簱': [], - '绌烘鍥炴祦': [], - '鎴愬搧鍥炲簱': [] + '鎴愬搧璋冩嫧': [], + '鎴愬搧閫�搴�': [] }; // 鏍规嵁瀹為檯鏁版嵁鏍煎紡璋冩暣瀛楁鍚嶏紙灏忓啓寮�澶达級 stats.forEach(day => { seriesData['鎴愬搧鍏ュ簱'].push(day.inProduct || 0); seriesData['鎴愬搧鍑哄簱'].push(day.outProduct || 0); - seriesData['绌烘鍥炴祦'].push(day.emptyProductBack || 0); - seriesData['鎴愬搧鍥炲簱'].push(day.inProductBack || 0); + seriesData['鎴愬搧璋冩嫧'].push(day.emptyProductBack || 0); + seriesData['鎴愬搧閫�搴�'].push(day.inProductBack || 0); }); this.options = { -- Gitblit v1.9.3