给账户流水界面增加账号名称的提示
This commit is contained in:
parent
8ba07e02d1
commit
ad078d9192
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user