From ff86b9fdcc5b41f5374dfde28affb2fb632d87ae Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 14 Jul 2025 14:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/activity/list.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/system/activity/list.vue b/src/views/system/activity/list.vue index e264d66..f166793 100644 --- a/src/views/system/activity/list.vue +++ b/src/views/system/activity/list.vue @@ -150,6 +150,12 @@ const columns = ref([ dataIndex: 'expertName', ellipsis: true, }, + { + title: '手机号', + dataIndex: 'expertMobile', + ellipsis: true, + }, + { title: '地区', dataIndex: 'expertProvName',