给账户流水界面增加账号名称的提示

This commit is contained in:
jishenghua
2024-06-12 00:30:36 +08:00
parent 8ba07e02d1
commit ad078d9192

View File

@@ -157,7 +157,7 @@
}, },
showAccountInOutList(record) { showAccountInOutList(record) {
this.$refs.accountInOutList.show(record); this.$refs.accountInOutList.show(record);
this.$refs.accountInOutList.title = "查看账户流水"; this.$refs.accountInOutList.title = "查看账户流水-" + record.name;
this.$refs.accountInOutList.disableSubmit = false; this.$refs.accountInOutList.disableSubmit = false;
}, },
exportExcel() { exportExcel() {