diff --git a/fzjgact/huodong/__pycache__/views.cpython-311.pyc b/fzjgact/huodong/__pycache__/views.cpython-311.pyc index 80f06ef..87f3c1d 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_detail.html b/fzjgact/huodong/templates/branch_detail.html index a0d0007..392e738 100644 --- a/fzjgact/huodong/templates/branch_detail.html +++ b/fzjgact/huodong/templates/branch_detail.html @@ -51,7 +51,7 @@ {% if budgets %} {% for budget in budgets %}
|
- 分支机构名称
- - 基础信息 - |
- - 信息系统类别 - | -
|---|---|
| - - {{ item.name }} - - | -- {{ item.category }} - | - -
|
-
-
-
- 导出为XLS
-
-
-
- 导出为PDF
-
-
- |
- |
|
+ 分支机构名称
+ + 基础信息 + |
+ + 信息系统类别 + | +
|---|---|
| + + {{ item.name }} + + | ++ {{ item.category }} + | + +
| + 分支机构类别统计 + | ++ A型: {{ type_a_count }}家 | B型: {{ type_b_count }}家 | C型: {{ type_c_count }}家 + | +
|
+
+
+
+ 导出为XLS
+
+
+
+ 导出为PDF
+
+
+ |
+ |