From bf4cd4ee46b87410e82734c22f8d9d1cfe2fd364 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 16 四月 2026 10:32:30 +0800
Subject: [PATCH] 指标统计:发货率改为“回款率”,销售额改为“合同金额”

---
 src/views/fileManagement/borrow/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/fileManagement/borrow/index.vue b/src/views/fileManagement/borrow/index.vue
index 5407ec5..8983665 100644
--- a/src/views/fileManagement/borrow/index.vue
+++ b/src/views/fileManagement/borrow/index.vue
@@ -568,7 +568,7 @@
     type: "warning",
   })
     .then(() => {
-      proxy.download("/documentationBorrowManagement/export", {}, "鍊熼槄绠$悊.xlsx");
+      proxy.download("/documentationBorrowManagement/export", {}, "鍊熼槄鐧昏.xlsx");
     })
     .catch(() => {
       ElMessage.info("宸插彇娑�");
@@ -625,7 +625,7 @@
 }
 
 .dialog-footer {
-  text-align: right;
+  text-align: center;
 }
 
 :deep(.el-form-item__label) {

--
Gitblit v1.9.3