From 78b20bb3c01ee2d430170b42e8682e18ec0879a6 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Sun, 4 Feb 2024 10:36:17 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9C=8B=E6=9D=BF=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E8=A1=8C=E4=B8=BA=E6=8F=92=E5=85=A5=E9=AB=98=E4=BA=AE=E9=87=91?=
=?UTF-8?q?=E9=BB=84=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/UserActivity/index.vue | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/dashboard/overview/components/UserActivity/index.vue b/src/views/dashboard/overview/components/UserActivity/index.vue
index 681d4f6d..a4e8fe37 100644
--- a/src/views/dashboard/overview/components/UserActivity/index.vue
+++ b/src/views/dashboard/overview/components/UserActivity/index.vue
@@ -66,7 +66,7 @@ onMounted(() => {
>
- {{ t('views.dashboard.overview.userActivity.type') }}:
+ {{ t('views.dashboard.overview.userActivity.type') }}:
{
- {{ t('views.dashboard.overview.userActivity.time') }}:
+ {{ t('views.dashboard.overview.userActivity.time') }}:
{{ parseDateToStr(item.data.releaseTime * 1000) }}
@@ -96,12 +96,12 @@ onMounted(() => {
- {{ t('views.dashboard.overview.userActivity.duration') }}:
+ {{ t('views.dashboard.overview.userActivity.duration') }}:
{{ parseDuration(item.data.callDuration) }}
- {{ t('views.dashboard.overview.userActivity.result') }}:
+ {{ t('views.dashboard.overview.userActivity.result') }}:
@@ -115,7 +115,7 @@ onMounted(() => {
>
- {{ t('views.dashboard.overview.userActivity.type') }}:
+ {{ t('views.dashboard.overview.userActivity.type') }}:
@@ -152,7 +152,7 @@ onMounted(() => {
- {{ t('views.dashboard.overview.userActivity.result') }}:
+ {{ t('views.dashboard.overview.userActivity.result') }}:
@@ -162,7 +162,7 @@ onMounted(() => {
{{ t('views.dashboard.overview.userActivity.resultOK') }}
- {{ t('views.dashboard.overview.userActivity.result') }}:
+ {{ t('views.dashboard.overview.userActivity.result') }}:
@@ -227,7 +227,7 @@ onMounted(() => {
"fwdType": "CFB" // CFU,CFB, CFNR, CFNL
"fwdParty":"7999",
"cause": 200 // 200, 403, 408, 500 .... }
-
+ https://telnyx.com/resources/sip-response-codes-need-know-2-minutes
主叫:callerParty
被叫:calledParty
时长:callDuration
@@ -316,11 +316,11 @@ onMounted(() => {
}
& .active {
- color: #fff;
- border: 1px #fff solid;
+ color: #faad14;
+ border: 1px #faad14 solid;
animation: backInRight 0.3s alternate;
& span {
- color: #fff;
+ color: #faad14;
}
}