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