From b6f17adfe2c12df0bdb1cf827d1990cdd755d9b9 Mon Sep 17 00:00:00 2001
From: chenjinsong <523037378@qq.com>
Date: Wed, 23 Oct 2024 19:29:51 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=85=B3=E6=B3=A8?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=B2=A1=E6=98=BE=E7=A4=BA=E7=94=B5=E8=AF=9D?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/rightBox/location/MyFollowBox.vue | 2 +-
src/components/table/location/MyFollowTable.vue | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/components/rightBox/location/MyFollowBox.vue b/src/components/rightBox/location/MyFollowBox.vue
index c3d1d5e8..a9e49447 100644
--- a/src/components/rightBox/location/MyFollowBox.vue
+++ b/src/components/rightBox/location/MyFollowBox.vue
@@ -63,7 +63,7 @@ export default {
},
data () {
return {
- url: api.location.followedSubscriber,
+ url: api.location.followedSubscriber,
tableId: 'myFollowTable',
disableCancel: true
}
diff --git a/src/components/table/location/MyFollowTable.vue b/src/components/table/location/MyFollowTable.vue
index e0eddf20..425591eb 100644
--- a/src/components/table/location/MyFollowTable.vue
+++ b/src/components/table/location/MyFollowTable.vue
@@ -47,6 +47,9 @@
-
+
+ {{scope.row.subscriberDto ? scope.row.subscriberDto.phoneNumber : '-'}}
+
@@ -85,7 +88,7 @@ export default {
show: true,
minWidth: 100
}, {
- label: this.$t('location.phoneNumber'),
+ label: 'MSISDN',
prop: 'subscriberDto.phoneNumber',
show: true,
minWidth: 150