update src/views/Admin/components/msgDetailMod.vue.
Signed-off-by: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
| | |
| | | <a-col :span="4">接收人</a-col> |
| | | <a-col :span="20"> |
| | | <b>本次共发送信息给 {{details.recipients.length}}人:</b><br/><br/> |
| | | {{details.recipients.map(i=>i.realName + '(' + i.phone + ')').join(',')}} |
| | | {{details.recipients.map(i=>i.realName + '(' + i.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2") + ')').join(',')}} |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24" v-if="details.acceptingUnitIds && details.acceptingUnitIds.length>0"> |