|
@@ -335,7 +335,7 @@
|
|
|
<template slot-scope="scope"> <span v-if="scope.row.ViewTotal!=0" class="editsty" @click="lookReport(scope.row)" :disabled="!isContractButtonShow" >点击查看</span></template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- v-if="ficcform"
|
|
|
+ v-if="ficcform && RoleType!=='权益'"
|
|
|
prop="YbProductViewTotal"
|
|
|
label="其他统计"
|
|
|
min-width="110"
|
|
@@ -1615,7 +1615,6 @@ export default {
|
|
|
// 开通严选
|
|
|
isOpenMfyxStatusHandler(item) {
|
|
|
if(item.BusinessCardUrl){
|
|
|
-
|
|
|
let str = `${item.MfyxStatus == "试用" ? "关闭" : "开通"}`;
|
|
|
this.$confirm(`确定要${str}个人的研选试用权限吗?`, `${str}试用`, {
|
|
|
confirmButtonText: "确定",
|
|
@@ -1632,20 +1631,9 @@ export default {
|
|
|
this.getuserTable();
|
|
|
}
|
|
|
})
|
|
|
- .catch(() => {
|
|
|
- this.$message({
|
|
|
- type: "info",
|
|
|
- message: "已取消删除",
|
|
|
- });
|
|
|
- });
|
|
|
- }else {
|
|
|
+ } else {
|
|
|
this.$alert('该联系人尚未添加名片,请点击编辑,上传名片后再开通试用', '开通试用', {
|
|
|
confirmButtonText: '知道了',
|
|
|
- callback: action => {
|
|
|
- this.$message({
|
|
|
- type: 'info',
|
|
|
- });
|
|
|
- }
|
|
|
});
|
|
|
}
|
|
|
},
|