From a88eab39f6b2f5c33913d51fac4e885c052ed4a1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 21 八月 2025 14:39:00 +0800
Subject: [PATCH] 整体样式修改
---
src/views/warehouseManagement/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/warehouseManagement/index.vue b/src/views/warehouseManagement/index.vue
index 02d226f..32946d7 100644
--- a/src/views/warehouseManagement/index.vue
+++ b/src/views/warehouseManagement/index.vue
@@ -724,6 +724,7 @@
"鏁版嵁锛�"
)
.then((res) => {
+ console.log(res);
if (res) {
ElMessage.success("姝e湪瀵煎嚭鏁版嵁锛岃绋嶅��...");
exportData(config.api, config.name);
@@ -742,9 +743,9 @@
const mergeRows = (type, row) => {
getDropdownData();
coalPlanListOptions();
- if (type === "edit") {
+ if (type === "edit" || type === "view") {
mergeVisible.value = true;
- }
+ }
operationType.value = type;
if (type !== "merge") {
mergeForm.value = { ...row };
--
Gitblit v1.9.3