Commit 270208a0 authored by zhengke's avatar zhengke

修改样式

parent 34396f53
...@@ -132,13 +132,13 @@ ...@@ -132,13 +132,13 @@
} }
.leaderArrangement .Assied > div:first-child { .leaderArrangement .Assied > div:first-child {
margin-left: 40px; margin-left: 20px;
text-align: center; text-align: center;
} }
.leaderArrangement .AssList { .leaderArrangement .AssList {
float: left; float: left;
margin-right: 10px; margin:5px 10px 0 0;
height: 80px; height: 80px;
line-height: 1; line-height: 1;
text-align: center; text-align: center;
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
<el-col :span="2"> <el-col :span="2">
<div class="forSaling">{{item.TCStateStr}}{{$t('hotel.hotel_Inthe')}}</div> <div class="forSaling">{{item.TCStateStr}}{{$t('hotel.hotel_Inthe')}}</div>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="5">
<div class="notAssigned" v-if="item.LeaderId===0&&item.GuideId===0"> <div class="notAssigned" v-if="item.LeaderId===0&&item.GuideId===0">
{{$t('leader.leader_notAssigned')}} {{$t('leader.leader_notAssigned')}}
</div> </div>
...@@ -614,7 +614,6 @@ ...@@ -614,7 +614,6 @@
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