|
@@ -145,7 +145,7 @@ export default {
|
|
|
]),
|
|
|
// 是否有认领操作(新商机管理或者商机管理服务)
|
|
|
showClaimAction() {
|
|
|
- return (this.isNewBusiness || this.isEntService) && Boolean(this.isLogin)
|
|
|
+ return (this.isNewBusiness || this.isEntService) && Boolean(this.isLogin) && !this.$envs.inWX
|
|
|
},
|
|
|
// 是否有监控操作
|
|
|
showAttentionAction() {
|
|
@@ -493,7 +493,7 @@ export default {
|
|
|
} else if (data.msg_open && data.status) {
|
|
|
this.$toast({
|
|
|
duration: 2000,
|
|
|
- message: '监控成功,您可前往“工作台-商机-业主监控'
|
|
|
+ message: '监控成功,您可前往“工作台-商机-业主监控”查看'
|
|
|
})
|
|
|
|
|
|
} else if (data.limit_status === 1) {
|
|
@@ -578,7 +578,7 @@ export default {
|
|
|
goLink = `/big/wx/page/unit_portrayal?entName=${encodeURIComponent(item.title)}`
|
|
|
} else {
|
|
|
// 新商机管理采购单位画像
|
|
|
- if (this.isNewBusiness) {
|
|
|
+ if (this.isNewBusiness || this.isEntService) {
|
|
|
goLink = `/jyapp/big/page/client_portrayal?entName=${encodeURIComponent(item.title)}&from=client`
|
|
|
} else {
|
|
|
goLink = `/jyapp/big/page/unit_portrayal?entName=${encodeURIComponent(item.title)}`
|