same highlight
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -520,7 +520,7 @@ class BSWorkbook(Workbook): | ... | @@ -520,7 +520,7 @@ class BSWorkbook(Workbook): |
520 | 520 | ||
521 | for row in loan_fill_row: | 521 | for row in loan_fill_row: |
522 | for cell in new_ws[row]: | 522 | for cell in new_ws[row]: |
523 | cell.fill = self.loan_fill | 523 | cell.fill = self.amount_fill |
524 | 524 | ||
525 | # 3.6.同一天相同进出账高亮 | 525 | # 3.6.同一天相同进出账高亮 |
526 | del amount_mapping | 526 | del amount_mapping | ... | ... |
-
Please register or sign in to post a comment