From d51c6f147f5253a7028e5e9f970d67ababa365c8 Mon Sep 17 00:00:00 2001 From: DXC Date: Thu, 4 Jun 2026 15:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=EF=BC=9A=E6=89=80=E6=9C=89?= =?UTF-8?q?=20=20=E7=BB=9F=E4=B8=80=E6=B7=BB=E5=8A=A0=20:close-?= =?UTF-8?q?on-click-modal=3D"false"=20=E9=98=B2=E8=AF=AF=E8=A7=A6=E5=85=B3?= =?UTF-8?q?=E9=97=AD=EF=BC=88=E4=BF=9D=E7=95=99=20Esc=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-web/src/App.vue | 4 ++-- inventory-web/src/views/material/list.vue | 2 +- inventory-web/src/views/stock/inbound/buy.vue | 2 +- inventory-web/src/views/stock/inbound/product.vue | 2 +- inventory-web/src/views/stock/inbound/semi.vue | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory-web/src/App.vue b/inventory-web/src/App.vue index 5236c4f..7af3c99 100644 --- a/inventory-web/src/App.vue +++ b/inventory-web/src/App.vue @@ -251,7 +251,7 @@ const handleLogout = () => { v-model="profileDialogVisible" title="个人中心" width="480px" - :close-on-click-modal="!passwordLoading" + :close-on-click-modal="false" destroy-on-close class="profile-dialog" > @@ -331,7 +331,7 @@ const handleLogout = () => { - + diff --git a/inventory-web/src/views/material/list.vue b/inventory-web/src/views/material/list.vue index 87034e2..586653f 100644 --- a/inventory-web/src/views/material/list.vue +++ b/inventory-web/src/views/material/list.vue @@ -363,7 +363,7 @@ append-to-body destroy-on-close @close="cancel" - :close-on-click-modal="!isUploading" + :close-on-click-modal="false" :close-on-press-escape="!isUploading" :show-close="!isUploading" > diff --git a/inventory-web/src/views/stock/inbound/buy.vue b/inventory-web/src/views/stock/inbound/buy.vue index ff06b50..baba795 100644 --- a/inventory-web/src/views/stock/inbound/buy.vue +++ b/inventory-web/src/views/stock/inbound/buy.vue @@ -264,7 +264,7 @@ :width="'min(1000px, 95vw)'" top="4vh" destroy-on-close - :close-on-click-modal="!isUploading" + :close-on-click-modal="false" :close-on-press-escape="!isUploading" :show-close="!isUploading" class="stylish-dialog compact-layout" diff --git a/inventory-web/src/views/stock/inbound/product.vue b/inventory-web/src/views/stock/inbound/product.vue index 166d7b4..eee85d4 100644 --- a/inventory-web/src/views/stock/inbound/product.vue +++ b/inventory-web/src/views/stock/inbound/product.vue @@ -259,7 +259,7 @@ @current-change="fetchData" /> - +
diff --git a/inventory-web/src/views/stock/inbound/semi.vue b/inventory-web/src/views/stock/inbound/semi.vue index 12f3008..1d6948d 100644 --- a/inventory-web/src/views/stock/inbound/semi.vue +++ b/inventory-web/src/views/stock/inbound/semi.vue @@ -288,7 +288,7 @@ width="min(1000px, 95vw)" top="5vh" destroy-on-close - :close-on-click-modal="!isUploading" + :close-on-click-modal="false" :close-on-press-escape="!isUploading" :show-close="!isUploading" class="stylish-dialog compact-layout"