From b9d6b1d7ee93b89cbb6fcda89118f4c34dd97863 Mon Sep 17 00:00:00 2001
From: MO <448233645@qq.com>
Date: Tue, 31 Oct 2023 09:58:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E6=A1=A3=E6=A1=88-=E4=BC=9A?=
=?UTF-8?q?=E8=AE=A1=E6=8A=A5=E8=A1=A8-=E6=8A=A5=E8=A1=A8=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accounting/report/index.vue | 36 ++++++++++++++++++++-------
1 file changed, 27 insertions(+), 9 deletions(-)
diff --git a/src/views/accounting/report/index.vue b/src/views/accounting/report/index.vue
index 45ef43c4..e5759070 100644
--- a/src/views/accounting/report/index.vue
+++ b/src/views/accounting/report/index.vue
@@ -29,12 +29,19 @@
/>
-
+ >
+
+
+
-
-
- {{ scope.row.name }}
-
-
+
+
+ {{ scope.row.name }}
+
+
@@ -366,6 +373,17 @@ export default {
type1: "现金流量表",
type2: "利润表",
organizationList: [],
+ options: [
+ {
+ label: "资产负债表",
+ },
+ {
+ label: "现金流量表",
+ },
+ {
+ label: "利润表",
+ },
+ ],
};
},
created() {