diff --git a/packages/3.0.0/AppHealthReport/components/List.vue b/packages/3.0.0/AppHealthReport/components/List.vue index d695a69f..3d1e7591 100644 --- a/packages/3.0.0/AppHealthReport/components/List.vue +++ b/packages/3.0.0/AppHealthReport/components/List.vue @@ -117,7 +117,7 @@ info: {}, colConfigs: [ { prop: 'name', label: '姓名' }, - { prop: 'phone', align: 'center', label: '电话' }, + { prop: 'phone', align: 'center', label: '手机号码' }, { prop: 'areaName', align: 'center', label: '所属地区', width: '200px' }, { prop: 'createTime', align: 'center', label: '上报时间', width: '200px' }, { prop: 'diffNum', align: 'center', label: '已接种情况', formart: v => (v || 0) + '次' },