手机号

This commit is contained in:
zoujiandong 2025-07-14 14:22:57 +08:00
parent bf5ba59e04
commit ff86b9fdcc

View File

@ -150,6 +150,12 @@ const columns = ref([
dataIndex: 'expertName', dataIndex: 'expertName',
ellipsis: true, ellipsis: true,
}, },
{
title: '手机号',
dataIndex: 'expertMobile',
ellipsis: true,
},
{ {
title: '地区', title: '地区',
dataIndex: 'expertProvName', dataIndex: 'expertProvName',