From 0a142e41b072d72538091f2c7557872e5f930e37 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 27 四月 2026 11:17:54 +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