Commit 54e06c72 authored by zhengke's avatar zhengke

增加境外号

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