更改名字

This commit is contained in:
zoujiandong 2023-11-15 10:55:58 +08:00
parent ca1be76d15
commit 44ebaffca9

View File

@ -250,7 +250,7 @@
} }
const {code,data}=await exportAccount(fromData); const {code,data}=await exportAccount(fromData);
if(code==200){ if(code==200){
downloadFile(data,'提现记录'); downloadFile(data,'医生账户');
} }
proxy.$loading.hide(); proxy.$loading.hide();
} }