From ad078d9192ca801d78ad06bc8a92dcffe8a77b07 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 12 Jun 2024 00:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=B4=A6=E6=88=B7=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=A2=9E=E5=8A=A0=E8=B4=A6=E5=8F=B7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/AccountReport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/report/AccountReport.vue b/jshERP-web/src/views/report/AccountReport.vue index c9828b23..cd341cff 100644 --- a/jshERP-web/src/views/report/AccountReport.vue +++ b/jshERP-web/src/views/report/AccountReport.vue @@ -157,7 +157,7 @@ }, showAccountInOutList(record) { this.$refs.accountInOutList.show(record); - this.$refs.accountInOutList.title = "查看账户流水"; + this.$refs.accountInOutList.title = "查看账户流水-" + record.name; this.$refs.accountInOutList.disableSubmit = false; }, exportExcel() {