From d89a2a25e219419e148f26d7313f8a8d9811fbce Mon Sep 17 00:00:00 2001 From: dzq Date: Thu, 9 Oct 2025 16:41:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=9C=E4=BD=93=E5=92=8C=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E7=AE=A1=E7=90=86):=20=E6=B7=BB=E5=8A=A0=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=9F=9C=E4=BD=93=E5=92=8C=E5=BA=97=E9=93=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在智能柜体详情页添加删除柜体功能,包含确认对话框和权限控制 - 在店铺表单弹窗中添加删除店铺功能,包含确认对话框和条件判断 - 两个功能均调用对应API并处理成功/失败状态 --- src/views/cabinet/shop/shop-form-modal.vue | 54 ++++++++++++++++++- .../cabinet/smart-cabinet-card/detail.vue | 22 +++++++- 2 files changed, 73 insertions(+), 3 deletions(-) diff --git a/src/views/cabinet/shop/shop-form-modal.vue b/src/views/cabinet/shop/shop-form-modal.vue index 03a74d8..0b3c144 100644 --- a/src/views/cabinet/shop/shop-form-modal.vue +++ b/src/views/cabinet/shop/shop-form-modal.vue @@ -1,8 +1,8 @@ \ No newline at end of file diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue index a8c4fcf..5068dbf 100644 --- a/src/views/cabinet/smart-cabinet-card/detail.vue +++ b/src/views/cabinet/smart-cabinet-card/detail.vue @@ -1,7 +1,7 @@