Commit ae114a35 authored by 罗超's avatar 罗超

电话号码显示异常情况

parent 0ef83732
......@@ -953,9 +953,9 @@ export default {
if (this.BelongType == 3) {
this.customObj.formatTel =
this.customObj.StuTel != ""
? this.customObj.StuTel.indexOf(0, 2) +
? this.customObj.StuTel.substring(0, 2) +
"*****" +
this.customObj.StuTel.indexOf(8, 10)
this.customObj.StuTel.substring(8, 10)
: "";
} else {
this.customObj.formatTel = this.customObj.StuTel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment