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"