57757 英文 - 导出符合性结果-字段修改为与系统一致
This commit is contained in:
+2
-2
@@ -257,7 +257,7 @@ public class LawsComplianceBoardServiceImpl implements ILawsComplianceBoardServi
|
|||||||
title = "编号,标题,状态,技术领域,责任领域,相关项目,设计符合性,Pre-Homo确认,验证符合性";
|
title = "编号,标题,状态,技术领域,责任领域,相关项目,设计符合性,Pre-Homo确认,验证符合性";
|
||||||
fileName = "符合性结果" + ".xlsx";
|
fileName = "符合性结果" + ".xlsx";
|
||||||
}else if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
}else if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
||||||
title = "Serial number,Title,State,Technology territory,Responsible Field,Relevant project,Design Compliance Confirmation,Pre-Homo Confirmation,Validation Compliance Confirmation";
|
title = "Number,Title,Status,Tech field,Responsible Field,Relevant project,Design Compliance Confirmation,Pre-Homo Confirmation,Validation Compliance Confirmation";
|
||||||
fileName = "Compliance results" + ".xlsx";
|
fileName = "Compliance results" + ".xlsx";
|
||||||
}
|
}
|
||||||
OutputStream os = null;
|
OutputStream os = null;
|
||||||
@@ -281,7 +281,7 @@ public class LawsComplianceBoardServiceImpl implements ILawsComplianceBoardServi
|
|||||||
|
|
||||||
//设置居中、表头值。
|
//设置居中、表头值。
|
||||||
for (int i = 0; i < firstLineTitleArr.length; i++){
|
for (int i = 0; i < firstLineTitleArr.length; i++){
|
||||||
sheet.setColumnWidth(i,5000);
|
sheet.setColumnWidth(i,8000);
|
||||||
Cell cell = firstRow.createCell(i);
|
Cell cell = firstRow.createCell(i);
|
||||||
cell.setCellStyle(titleCellStyle);
|
cell.setCellStyle(titleCellStyle);
|
||||||
cell.setCellValue(firstLineTitleArr[i]);
|
cell.setCellValue(firstLineTitleArr[i]);
|
||||||
|
|||||||
Reference in New Issue
Block a user