|
@@ -152,17 +152,17 @@
|
|
|
<template slot-scope="scope"
|
|
|
:class="{'isShared':scope.row.IsShared}"
|
|
|
>
|
|
|
- <el-tooltip effect="dark" placement="top-start" :disabled="!((RoleType == 'admin' || RoleType === '权益' && scope.row.CompanyType == '权益') && scope.row.IsUserMaker==0)" content="过去4周,kp均未覆盖服务">
|
|
|
+ <el-tooltip effect="dark" placement="top-start" :disabled="!((RoleType == 'admin' || RoleType === '权益') && scope.row.IsUserMaker == -1 && scope.row.CompanyType == '权益')" content="过去4周,kp均未覆盖服务">
|
|
|
<span
|
|
|
v-if="scope.row.IsSuspend ===1 || scope.row.Status=='潜在'"
|
|
|
@click="goDetail(scope.row)"
|
|
|
class="mouse-enter"
|
|
|
- :class="{'color-red':(act_status==='正式'&&scope.row.Status.includes('正式')&&scope.row.WeekViewActive===0)||scope.row.IsUserMaker==0}"
|
|
|
+ :class="{'color-red':(act_status==='正式'&&scope.row.Status.includes('正式')&&scope.row.WeekViewActive===0)||scope.row.IsUserMaker == -1}"
|
|
|
:style="scope.row.Status=='潜在'?'':'color:#bbb;cursor:pointer'">
|
|
|
{{scope.row.CompanyName}}
|
|
|
</span>
|
|
|
<span v-else style="color:#409EFF;cursor:pointer;" @click="goDetail(scope.row)" class="customName"
|
|
|
- :class="{'isShared':scope.row.IsShared,'color-red':(act_status==='正式'&&scope.row.Status.includes('正式')&&scope.row.WeekViewActive===0)||scope.row.IsUserMaker==0}"
|
|
|
+ :class="{'isShared':scope.row.IsShared,'color-red':(act_status==='正式'&&scope.row.Status.includes('正式')&&scope.row.WeekViewActive===0)||scope.row.IsUserMaker == -1}"
|
|
|
>{{scope.row.CompanyName}}</span>
|
|
|
</el-tooltip>
|
|
|
<img width="15" src="../../../assets/img/icons/remark.png" alt="" v-if="scope.row.RenewalReason||(scope.row.Status==='冻结'&&scope.row.FreezeReason)">
|