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 @@
- {{ systemInfo.name }}
+
+
+
+ {{ currentProduct?.productName || '-' }}
- {{ systemInfo.version }}
+
+
+
+ {{ currentProduct?.version || '-' }}
- {{ siteStore.statusText || '正常' }}
+ {{ productStatusText.text }}
- {{ tenantStore.company?.createTime || '-' }}
+
+
+
+ {{ formatDateTime(currentSubscription?.startTime) }}
@@ -194,7 +203,14 @@
- {{ runDays }} 天
+
+
+
+
+
+ {{ runDays }} 天
+
+
@@ -323,7 +339,7 @@