Commit f91ebf9c authored by 黄媛媛's avatar 黄媛媛

111

parent 98e7b00e
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<span @click="openDetails(scope)" class="font-color-link cp">{{scope.row.GuestName}}</span> <span @click="openDetails(scope)" class="font-color-link cp">{{scope.row.GuestName}}</span>
<span @click="goBirthdayLetter(scope)" class="iconfont iconline_yaoqinghan" style="color:#ffd1b9;font-size:22px"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -213,22 +212,19 @@ ...@@ -213,22 +212,19 @@
v-if="queryType[12].show" v-if="queryType[12].show"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<!-- <el-table-column <el-table-column
prop="IsCarefor" prop="IsCarefor"
fixed="right" fixed="right"
width="50" width="50"
label="关注"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<p> <p>
<el-tooltip class="item" effect="dark" content="关注" placement="top"> <el-tooltip class="item" effect="dark" content="查看祝福涵" placement="top">
<i v-if="scope.row.IsCarefor === 0" @click="CareforCustomer(scope)" class="iconfont iconwujiaoxing cp"></i> <span @click="goBirthdayLetter(scope)" class="iconfont iconline_yaoqinghan" style="color:#ffd1b9;font-size:22px"></span>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="取消关注" placement="top">
<i v-if="scope.row.IsCarefor === 1" @click="CareforCustomer(scope)" class="iconfont iconstar_full cp"></i>
</el-tooltip> </el-tooltip>
</p> </p>
</template> </template>
</el-table-column> --> </el-table-column>
<el-table-column <el-table-column
width="40" width="40"
fixed="right"> fixed="right">
......
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