Forráskód Böngészése

feat(StatisticsView): 添加新的 SMS 服务提供商统计

- 在 statistics 数据对象中增加了 smsman 和 globalcode 两个新的 SMS 服务提供商的统计项
- 优化了表格中的"超时"按钮样式,调整为圆形图标按钮
wui 6 hónapja
szülő
commit
e219ed1fc3
1 módosított fájl, 6 hozzáadás és 4 törlés
  1. 6 4
      src/views/StatisticsView.vue

+ 6 - 4
src/views/StatisticsView.vue

@@ -22,9 +22,9 @@
                                 <span>{{ row.balance }}</span>
                             </template>
                         </ElSkeleton>
-                        <ElButton 
-                            v-if="row.balance === '超时'" 
-                            :icon="Refresh" 
+                        <ElButton
+                            v-if="row.balance === '超时'"
+                            :icon="Refresh"
                             circle
                             text
                             size="small"
@@ -86,7 +86,9 @@ const supportedPlatforms = {
     dashboard: 0,
     smspva: 0,
     smspva02: 0,
-    smstiger: 0
+    smstiger: 0,
+    smsman: 0,
+    globalcode: 0
 }
 
 onMounted(() => {