Commit 72ac588f authored by 黄奎's avatar 黄奎

页面修改

parent fe6dae97
......@@ -425,14 +425,11 @@
<div class="leaderInfo afterfix" v-for="item in dataList" :key="item.subCode"
@drop="drop($event,item.TCID,item.Id)" @dragover="allowDrop($event)">
<el-row :gutter="10">
<el-col :span="2">
<div class="LtimeList">{{item.TCNUM}}({{item.TCID}})</div>
</el-col>
<el-col :span="4">
<div class="_oll_line" v-if="item.LeaderType==0"></div>
<div class="_oll_line _o_green" v-if="item.LeaderType>0"></div>
<el-tooltip class="item" effect="dark" :content="item.Title" placement="top-start" popper-class="max-w250">
<div class="Lleader" @click="getJourney(0,item.TCID,item.Title)">{{item.Title}}</div>
<div class="Lleader" @click="getJourney(0,item.TCID,item.Title)">{{item.TCNUM}}({{item.TCID}})】{{item.Title}}</div>
</el-tooltip>
</el-col>
<el-col :span="2">
......
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