| | |
| | | <!-- </a-select>--> |
| | | <!-- </div>--> |
| | | <div style="display: flex;justify-content: right"> |
| | | <a-button type="primary" style="width: 250px;" @click="confirmSend()" :disabled="userInfo.role.id==1?true:false"> |
| | | <a-button type="primary" style="width: 250px;" @click="confirmSend()" :disabled="userInfo.role.id==1?true:false" v-preventReClick="1500"> |
| | | 确认发送 |
| | | </a-button> |
| | | </div> |
| | |
| | | for(let j of bookData){ |
| | | j.id = j.id.toString() + '-' + '1' |
| | | j.userInfos.map((item)=>{ |
| | | item.name = item.name + '('+ item.company + ' ' + item.phone + ')' |
| | | item.name = item.name + '('+ item.company + ' ' + item.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2") + ')' |
| | | return item |
| | | }) |
| | | } |