|
|
@@ -232,7 +232,7 @@ public class PdfUtil {
|
|
|
// 第三行
|
|
|
Object planTypes = data.get("planTypes");
|
|
|
if ("1".equals(planTypes)) {
|
|
|
- PdfUtil.createPDFCell(tableFont, table, "检查工作情况", Element.ALIGN_MIDDLE, 10, 0);
|
|
|
+ PdfUtil.createPDFCell(tableFont, table, "履职工作情况", Element.ALIGN_MIDDLE, 10, 0);
|
|
|
PdfUtil.createPDFCell(tableFont, table, "序号", Element.ALIGN_MIDDLE, 2, 0);
|
|
|
} else {
|
|
|
PdfUtil.createPDFCell(tableFont, table, "任务时段", Element.ALIGN_MIDDLE, 2, 0);
|