From fc6889cd10fabf910e2a66f6e0247741a7b32a52 Mon Sep 17 00:00:00 2001 From: dzq Date: Tue, 27 May 2025 15:12:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(views):=20=E4=BC=98=E5=8C=96=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=92=8C=E7=BB=93=E6=9E=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将`Icon`组件替换为`IconifyIconOffline`以统一图标组件使用 - 移除商品和智能柜相关页面中不再需要的归属类型字段 - 调整商品列表和智能柜详情页的布局样式,包括表单间距和表格容器样式 - 移除商品柜配置相关代码,简化商品管理功能 - 统一搜索表单布局,使用flex布局优化按钮位置 --- src/views/cabinet/shop/index.vue | 48 +++++++++++--- .../cabinet/smart-cabinet-card/detail.vue | 12 +++- .../edit-cabinet-drawer.vue | 4 +- .../smart-cabinet-card-form-modal.vue | 4 +- src/views/shop/goods/goods-edit-modal.vue | 2 +- src/views/shop/goods/goods-form-modal.vue | 2 +- src/views/shop/goods/index.vue | 66 ++++++++++++------- 7 files changed, 97 insertions(+), 41 deletions(-) diff --git a/src/views/cabinet/shop/index.vue b/src/views/cabinet/shop/index.vue index 438ecfe..c4de39b 100644 --- a/src/views/cabinet/shop/index.vue +++ b/src/views/cabinet/shop/index.vue @@ -136,7 +136,7 @@ getList(); \ 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 bcfbc47..87e5e30 100644 --- a/src/views/cabinet/smart-cabinet-card/detail.vue +++ b/src/views/cabinet/smart-cabinet-card/detail.vue @@ -304,16 +304,16 @@ onMounted(() => { {{ cabinetInfo.mainCabinet || '-' }} {{ cabinetInfo.mainCabinetName || '-' }} - + {{ cabinetInfo.mqttServerId || '-' }} {{ cabinetInfo.operator || '-' }}
-
+
{ \ No newline at end of file