Commit 54344940 authored by youjie's avatar youjie

no message

parent 09e7f285
...@@ -25,10 +25,7 @@ ...@@ -25,10 +25,7 @@
</el-table-column> </el-table-column>
<el-table-column label="客人" show-overflow-tooltip> <el-table-column label="客人" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{'colorblue font-color-link':pagesTitle!='详情'}" {{scope.row.GuestName}}
@click="pagesTitle!='详情'?openNameDetails(scope.row):''">
{{scope.row.GuestName}}
</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="SaleName" label="销售"> <el-table-column prop="SaleName" label="销售">
......
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
<span>{{data.emName}}</span> <span>{{data.emName}}</span>
<span>{{data.postName}}</span> <span>{{data.postName}}</span>
</div> </div>
<img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(1)"> <div style="display: flex;justify-content: space-between;">
<!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(1)"> -->
<div class="royalty" style="cursor: pointer;" @click="goAnticipate(1)"> <div class="royalty" style="cursor: pointer;" @click="goAnticipate(1)">
<div class="tc"> <div class="tc">
<p> <p>
...@@ -82,8 +83,9 @@ ...@@ -82,8 +83,9 @@
</template> </template>
</div> </div>
</div> </div>
<img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(2)"> <div style="border-left: 1px solid #eeeeee;width: 1px;"> </div>
<div style="cursor: pointer;" class="royalty" @click="goAnticipate(2)"> <!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(2)"> -->
<div style="cursor: pointer;margin-left: 0;" class="royalty" @click="goAnticipate(2)">
<div class="tc"> <div class="tc">
<p> <p>
<span></span> <span></span>
...@@ -95,8 +97,9 @@ ...@@ -95,8 +97,9 @@
<span>国内提成</span> <span>国内提成</span>
</div> </div>
</div> </div>
<img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(3)"> <div style="border-left: 1px solid #eeeeee;width: 1px;"> </div>
<div style="cursor: pointer;" class="royalty" @click="goAnticipate(3)"> <!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(3)"> -->
<div style="cursor: pointer;margin-left: 0;" class="royalty" @click="goAnticipate(3)">
<div class="tc"> <div class="tc">
<p> <p>
<span></span> <span></span>
...@@ -112,7 +115,7 @@ ...@@ -112,7 +115,7 @@
<i class="el-icon-document" @click="goAnticipate(4)" <i class="el-icon-document" @click="goAnticipate(4)"
style="position: absolute;right: -0;top: -10px;cursor: pointer;color: #33B3FF;"></i> style="position: absolute;right: -0;top: -10px;cursor: pointer;color: #33B3FF;"></i>
</el-tooltip> </el-tooltip>
</div>
</div> </div>
<div class="order"> <div class="order">
......
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