From 00346d96d8d7f796c7a221e45683e2dc868c19af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 15 Jul 2026 16:37:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop-dashboard):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E5=8F=8A?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用骨架屏组件优化系统名称、版本号、创建时间、系统运行天数等信息加载体验 - 引入发布状态映射,使用标签显示应用运行状态,提升状态直观性 - 分离系统信息数据源,区分身份信息和时间线数据来源 - 实现系统运行天数计算,支持基于订阅起始时间动态展示 - shopOrder组件调整支付凭证图片尺寸及位置,优化界面布局 - shopDealerWithdrawEdit组件新增paymentVoucher字段,支持支付凭证信息录入 --- src/views/shop/dashboard/index.vue | 67 +++++++++++++------ .../components/shopDealerWithdrawEdit.vue | 1 + .../shop/shopOrder/components/orderInfo.vue | 22 +++--- 3 files changed, 58 insertions(+), 32 deletions(-) diff --git a/src/views/shop/dashboard/index.vue b/src/views/shop/dashboard/index.vue index ddd2e77..3269f61 100644 --- a/src/views/shop/dashboard/index.vue +++ b/src/views/shop/dashboard/index.vue @@ -159,16 +159,25 @@