Commit 8e496435 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 2704ca9f
......@@ -480,7 +480,7 @@
<img src="../../assets/img/mobile/moderator.png" alt="" style="position: absolute;right: 3px;top: 47px;width: 15px;">
</div>
<div style="margin: 10px 0 0 15px;">
<p style="color:#1A1A1E;">{{contentdata.baseModeratorList[0].empName}}</p>
<p @click="tohome(contentdata.baseModeratorList[0].empId)" style="color:#1A1A1E;cursor: pointer;">{{contentdata.baseModeratorList[0].empName}}</p>
<p class="ellipsisFont3" style="margin-top: 10px;color: #AAAAAA;width: 100%;max-height: 60px;overflow: hidden;">{{contentdata.baseModeratorList[0].moderatorIntroduction}}</p>
</div>
</div>
......@@ -513,7 +513,7 @@
<img src="../../assets/img/proFeedBack/vip.png" alt="" style="position: absolute;right: 3px;bottom: 0px;width: 15px;">
</div>
<div style="margin: 10px 0 0 15px;">
<p style="color:#1A1A1E;">{{item.empName}}</p>
<p @click="tohome(item.empId)" style="color:#1A1A1E;cursor: pointer;">{{item.empName}}</p>
<el-tooltip placement="top" effect="light">
<div slot="content" style="width: 400px;">
<div class="gendisplay">
......
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