|
@@ -281,14 +281,14 @@ Page({
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if (this.data.isAdmin || isLeader) {
|
|
if (this.data.isAdmin || isLeader) {
|
|
|
- if (detail.isproject == 0 && detail.istransformingtoproject == 0) tabbarList.push({
|
|
|
|
|
- icon: "icon-dibu-zhuanhuan",
|
|
|
|
|
- label: "转化项目"
|
|
|
|
|
- })
|
|
|
|
|
if (detail.iscustomer == 0 && detail.istransformingtocustomer == 0) tabbarList.push({
|
|
if (detail.iscustomer == 0 && detail.istransformingtocustomer == 0) tabbarList.push({
|
|
|
icon: "icon-dibu-zhuanhuan",
|
|
icon: "icon-dibu-zhuanhuan",
|
|
|
label: "转化客户"
|
|
label: "转化客户"
|
|
|
})
|
|
})
|
|
|
|
|
+ if (detail.isproject == 0 && detail.istransformingtoproject == 0) tabbarList.push({
|
|
|
|
|
+ icon: "icon-dibu-zhuanhuan",
|
|
|
|
|
+ label: "转化项目"
|
|
|
|
|
+ })
|
|
|
if (editdataleader) tabbarList.push({
|
|
if (editdataleader) tabbarList.push({
|
|
|
icon: "icon-zhuanyi",
|
|
icon: "icon-zhuanyi",
|
|
|
label: "更换负责人"
|
|
label: "更换负责人"
|