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() {