From e943490ac38b3d2a440ebf51290a40a4c6cc2693 Mon Sep 17 00:00:00 2001 From: dengbw Date: Thu, 24 Nov 2022 16:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=B4=BB=E5=8A=A8ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sylive/activity/index.vue | 4 ++-- src/views/user/profile/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sylive/activity/index.vue b/src/views/sylive/activity/index.vue index e4b761d..2f70e68 100644 --- a/src/views/sylive/activity/index.vue +++ b/src/views/sylive/activity/index.vue @@ -172,8 +172,8 @@ fixed: 'left' }, { - columnKey: 'index', - type: 'index', + prop: 'activityId', + label: 'ID', width: 45, align: 'center', showOverflowTooltip: true, diff --git a/src/views/user/profile/index.vue b/src/views/user/profile/index.vue index 364a092..de29d9c 100644 --- a/src/views/user/profile/index.vue +++ b/src/views/user/profile/index.vue @@ -163,7 +163,7 @@ }, created() { Object.assign(this.form, this.loginUser, { - tellPre: '0752', + tellPre: '', tell: '' }); },