From 44ebaffca97119f1ade8f878f0167fa71e75bf18 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 15 Nov 2023 10:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/doctoraccount/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/finance/doctoraccount/index.vue b/src/views/finance/doctoraccount/index.vue index 305531e..23e1182 100644 --- a/src/views/finance/doctoraccount/index.vue +++ b/src/views/finance/doctoraccount/index.vue @@ -250,7 +250,7 @@ } const {code,data}=await exportAccount(fromData); if(code==200){ - downloadFile(data,'提现记录'); + downloadFile(data,'医生账户'); } proxy.$loading.hide(); }