From fcc3f9701b0e6256dcb271ee01e469978311a958 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 06 六月 2025 15:13:58 +0800
Subject: [PATCH] 1.库存管理页面表头修改 2.销售出库表单字段添加

---
 src/main.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index 0994583..f059fe0 100644
--- a/src/main.js
+++ b/src/main.js
@@ -78,5 +78,6 @@
   // 鏀寔 large銆乨efault銆乻mall
   size: Cookies.get('size') || 'default'
 })
+app._context.components.ElDialog.props.closeOnClickModal.default = false
 
 app.mount('#app')

--
Gitblit v1.9.3