refactor(测试计划): 导出用例代码调整

This commit is contained in:
WangXu10 2024-08-09 13:37:54 +08:00 committed by 刘瑞斌
parent 8e13403d5b
commit 4426d8601c
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ xmind_description=备注
xmind_tags=标签
xmind_textDescription=文本描述
xmind_expectedResult=预期结果
xmind_step=用例步骤
xmind_step=步骤
xmind_stepDescription=步骤描述
# case export columns
case.export.system.columns.name=用例名称

View File

@ -128,7 +128,7 @@ public class FunctionCaseTemplateWriteHandler implements RowWriteHandler {
}
Comment comment = drawingPatriarch.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, index, 0, index + 3, 1));
comment.setString(new XSSFRichTextString(text));
sheet.getRow(0).getCell(1).setCellComment(comment);
sheet.getRow(0).getCell(0).setCellComment(comment);
}
public static HorizontalCellStyleStrategy getHorizontalWrapStrategy() {