- 在 statistics 数据对象中增加了 smsman 和 globalcode 两个新的 SMS 服务提供商的统计项 - 优化了表格中的"超时"按钮样式,调整为圆形图标按钮
@@ -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(() => {