|
@@ -19,7 +19,7 @@
|
|
|
<el-col :span="24" class="job">性别:{{ item.gender }}</el-col>
|
|
|
<p :span="24" class="job" @click="showPopup(item)">寝室号:{{ item.bedroom }}</p>
|
|
|
<el-col :span="24" class="job"
|
|
|
- ><i class="el-icon-phone"></i><el-link href="tel:01234567890" :underline="false">:{{ item.phone }}</el-link></el-col
|
|
|
+ ><i class="el-icon-phone"></i><el-link :href="`tel:${item.phone}`" :underline="false">:{{ item.phone }}</el-link></el-col
|
|
|
>
|
|
|
</el-col>
|
|
|
</el-col>
|