From 1d2923e915a3434faf31d18d932afae47ddfdc3f Mon Sep 17 00:00:00 2001 From: YangZhang-GitHub <2533471770@qq.com> Date: Thu, 4 Mar 2021 20:18:38 +0800 Subject: [PATCH] Change the cell name 'consume' to 'output' --- myems-api/excelexporters/combinedequipmentoutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myems-api/excelexporters/combinedequipmentoutput.py b/myems-api/excelexporters/combinedequipmentoutput.py index 3e58cb6c..aa19a56d 100644 --- a/myems-api/excelexporters/combinedequipmentoutput.py +++ b/myems-api/excelexporters/combinedequipmentoutput.py @@ -207,7 +207,7 @@ def generate_excel(report, ws['B' + str(current_row_number)].font = title_font ws['B' + str(current_row_number)].alignment = c_c_alignment ws['B' + str(current_row_number)].border = f_border - ws['B' + str(current_row_number)] = '消耗' + ws['B' + str(current_row_number)] = '产出' col = 'C'