From 8f6ae14e470e9f4bb127b05c4ae6f2d68528056c Mon Sep 17 00:00:00 2001 From: dzq Date: Mon, 2 Jun 2025 16:54:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=B9=B6=E4=BC=98=E5=8C=96=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E6=9F=9C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将系统名称从"智借还"更改为"智柜通" - 在智能柜模块中添加运行模式和借呗支付功能 - 优化商品管理界面为卡片式布局 - 调整智能柜详情页展示信息 - 移除商品分类相关代码 - 修改部分对话框为抽屉式展示 --- index.html | 2 +- public/serverConfig.json | 2 +- src/api/cabinet/smart-cabinet.ts | 49 +++++- .../cabinet/smart-cabinet-card/detail.vue | 66 +++----- .../edit-cabinet-drawer.vue | 26 ++- .../cabinet/smart-cabinet-card/index.vue | 4 +- .../smart-cabinet-card-form-modal.vue | 34 +++- .../cabinet/smart-cabinet/ShopConfigModal.vue | 6 +- src/views/shop/goods/goods-edit-modal.vue | 5 +- src/views/shop/goods/goods-form-modal.vue | 24 ++- src/views/shop/goods/index.vue | 157 ++++++++++-------- src/views/user/qy/index.vue | 2 +- 12 files changed, 246 insertions(+), 131 deletions(-) diff --git a/index.html b/index.html index 68e389a..2390501 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 智借还 + 智柜通 \ No newline at end of file diff --git a/src/views/user/qy/index.vue b/src/views/user/qy/index.vue index b77da67..b4d63ca 100644 --- a/src/views/user/qy/index.vue +++ b/src/views/user/qy/index.vue @@ -257,7 +257,7 @@ watch( .pagination-wrapper { position: relative; background: var(--el-bg-color); - padding: 8px 12px; + padding: 12px 12px 13px 12px; margin-top: 20px; text-align: center;