工作完成情况栏,增加其他
This commit is contained in:
parent
1e83c98883
commit
a7e0a76c7c
@ -104,7 +104,7 @@ class WEEK_REPORT:
|
||||
table.Cell(Row=13, Column=1).Range.Text = "周一(0h){0}\n周二(0h){0}\n周三(0h){0}\n周四(0h){0}\n周五(0h){0}\n周六(0h){0}\n周日(0h){0}\n".format(str_tmp)
|
||||
|
||||
# 工作完成情况
|
||||
table.Cell(Row=15, Column=1).Range.Text = "\n".join(["{}(xx%)".format(i) for i in self.project_name])
|
||||
table.Cell(Row=15, Column=1).Range.Text = "\n".join(["{}(xx%)".format(i) for i in self.project_name]) + "\n其他(研究、学习、培训、交流、出差)\n"
|
||||
#table.Cell(Row=15, Column=1).Range.Font.Bold = True
|
||||
table.Cell(Row=15, Column=1).Range.Font.Name = "Times New Roman"
|
||||
table.Cell(Row=15, Column=1).Range.Text = table.Cell(Row=15, Column=1).Range.Text.upper()
|
||||
|
Loading…
x
Reference in New Issue
Block a user