bug fixed
This commit is contained in:
@@ -145,7 +145,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell(row, 4).Value = data1.director;
|
||||
ws.Cell(row, 5).Value = data1.responsible_person;
|
||||
ws.Cell(row, 6).Value = data1.compiler_reporter;
|
||||
ws.Cell(row, 7).Value = data1.value;
|
||||
ws.Cell(row, 7).Value = data1.plan_value;
|
||||
ws.Cell(row, 8).Value = data1.result;
|
||||
ws.Cell(row, 9).Value = data1.achieve;
|
||||
ws.Cell(row, 10).Value = data1.note;
|
||||
|
||||
Reference in New Issue
Block a user