diff --git a/fzjgact/db.sqlite3 b/fzjgact/db.sqlite3 index 8ff1dd0..f19d3c6 100644 Binary files a/fzjgact/db.sqlite3 and b/fzjgact/db.sqlite3 differ diff --git a/fzjgact/huodong/__pycache__/models.cpython-311.pyc b/fzjgact/huodong/__pycache__/models.cpython-311.pyc index 3b2962f..83e022f 100644 Binary files a/fzjgact/huodong/__pycache__/models.cpython-311.pyc and b/fzjgact/huodong/__pycache__/models.cpython-311.pyc differ diff --git a/fzjgact/huodong/__pycache__/views.cpython-311.pyc b/fzjgact/huodong/__pycache__/views.cpython-311.pyc index ce78a92..88a9b07 100644 Binary files a/fzjgact/huodong/__pycache__/views.cpython-311.pyc and b/fzjgact/huodong/__pycache__/views.cpython-311.pyc differ diff --git a/fzjgact/huodong/templates/branch_info.html b/fzjgact/huodong/templates/branch_info.html index 32e6080..cee8103 100644 --- a/fzjgact/huodong/templates/branch_info.html +++ b/fzjgact/huodong/templates/branch_info.html @@ -25,7 +25,7 @@ {% if forloop.first %} - {{ province }}({{ branches|length }}) + {{ province }} {% endif %} diff --git a/fzjgact/huodong/views.py b/fzjgact/huodong/views.py index 8f159ee..5178861 100644 --- a/fzjgact/huodong/views.py +++ b/fzjgact/huodong/views.py @@ -13,7 +13,7 @@ from django.http import HttpResponse import openpyxl from reportlab.lib import colors from reportlab.lib.pagesizes import letter -from reportlab.platypus import SimpleDocTemplate, Table, TableStyle, Paragraph +from reportlab.platypus import SimpleDocTemplate, Table, TableStyle, Paragraph, Spacer from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle import os