Commit 54e06c72 authored by zhengke's avatar zhengke

增加境外号

parent 6f1146c8
......@@ -60,10 +60,10 @@
.leaderArrangement .leaderInfo {
width: 100%;
height: 80px;
height: 100px;
background-color: #fff;
margin-top: 20px;
line-height: 80px;
line-height: 100px;
border: 1px solid #dddddd;
font-size: 12px;
}
......@@ -223,7 +223,7 @@
.leaderArrangement ._oll_line {
float: left;
width: 5px;
height: 79px;
height: 100px;
background-color: #e95252;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
......@@ -463,7 +463,8 @@
<img v-else :src="imgBeforeFile+item.GuidePhoto" :onerror='defaultImg' />
</div>
<div style="white-space:nowrap;">{{item.GuideName}}/导游</div>
<div style="white-space:nowrap;">{{item.GuideMobilePhone}}</div>
<div style="white-space:nowrap;margin:5px 0;">手机号:{{item.GuideMobilePhone}}</div>
<div style="white-space:nowrap;" v-if="item.SpareTel!=null&&item.SpareTel!=''">境外号:{{item.SpareTel}}</div>
</div>
</div>
</el-col>
......@@ -576,6 +577,7 @@
if (res.data.resultCode == 1) {
this.total = res.data.data.count;
this.dataList = res.data.data.pageData;
console.log(this.dataList,'dataListssssssssss');
} else {
this.Error(res.data.message);
}
......@@ -609,6 +611,7 @@
if (res.data.resultCode == 1) {
this.LeaderList = res.data.data.pageData;
this.noTaskLeaderMsg.PageCount = res.data.data.pageCount;
console.log(this.LeaderList,'leaderlist');
} else {
this.Error(res.data.message);
}
......
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