diff --git a/my-vue-app/src/components/Tooltip.vue b/my-vue-app/src/components/Tooltip.vue
new file mode 100644
index 0000000..b97a4cb
--- /dev/null
+++ b/my-vue-app/src/components/Tooltip.vue
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/my-vue-app/src/utils/https.js b/my-vue-app/src/utils/https.js
index af2011b..0e58a60 100644
--- a/my-vue-app/src/utils/https.js
+++ b/my-vue-app/src/utils/https.js
@@ -5,7 +5,7 @@ import { useUserStore } from '@/stores/user'
// 创建axios实例
const service = axios.create({
- baseURL: 'http://192.168.15.60:8890' || '', // API基础路径,支持完整URL
+ baseURL: 'http://192.168.15.54:8890' || '', // API基础路径,支持完整URL
timeout: 100000, // 请求超时时间
headers: {
'Content-Type': 'application/json;charset=UTF-8'
diff --git a/my-vue-app/src/views/maneger/components/TeamReport.vue b/my-vue-app/src/views/maneger/components/TeamReport.vue
index 0cb63df..f8caddc 100644
--- a/my-vue-app/src/views/maneger/components/TeamReport.vue
+++ b/my-vue-app/src/views/maneger/components/TeamReport.vue
@@ -4,52 +4,62 @@
{{ weekTotalData.week_total_call?.team_data?.total_current_week_call || 0 }} 次
{{ formatDuration(weekTotalData.week_total_call?.team_data?.total_call_duration)||0 }} 小时
{{ weekTotalData.week_add_customer_total?.team_data?.total_week_add_customer || 0 }} 人
{{ weekTotalData.week_add_deal_total?.team_data?.total_week_add_deal || 0 }} 单
{{ formatCurrency(weekTotalData.week_add_fee_total?.total_add_fee || 0) }} 元
{{ weekTotalData.pay_deposit_to_money_rate?.team_data?.week_pay_deposit_to_money_rate || '0%' }}
+
+
+
\ No newline at end of file
diff --git a/my-vue-app/src/views/person/components/PersonalDashboard.vue b/my-vue-app/src/views/person/components/PersonalDashboard.vue
index b8bc4cf..904a08f 100644
--- a/my-vue-app/src/views/person/components/PersonalDashboard.vue
+++ b/my-vue-app/src/views/person/components/PersonalDashboard.vue
@@ -13,27 +13,27 @@
{{ props.kpiData.totalCalls }}
-
今日通话
+
今日通话 ⓘ
{{ props.kpiData.successRate }}%
-
电话接通率
+
电话接通率 ⓘ
{{ props.kpiData.avgDuration }}min
-
平均通话时长
+
平均通话时长 ⓘ
{{ props.kpiData.conversionRate }}
-
成交转化率
+
成交转化率 ⓘ
{{ props.kpiData.assignedData }}
-
本期分配数据
+
本期分配数据 ⓘ
{{ props.kpiData.wechatAddRate }}
-
加微率
+
加微率 ⓘ
@@ -95,10 +95,21 @@
+
+
+
+
+
+