|
|
@@ -266,7 +266,7 @@ Page({
|
|
|
tabbarList = [];
|
|
|
|
|
|
if (this.data.appAuth.isdatafollowup) tabbarList.push({
|
|
|
- icon: "icon-genjin",
|
|
|
+ icon: "color-genjin",
|
|
|
label: "跟进"
|
|
|
});
|
|
|
if (wx.getStorageSync('auth').wproject.options.some(v => v == "auditauthorization")) tabbarList.unshift({
|
|
|
@@ -304,7 +304,7 @@ Page({
|
|
|
if (res.code != '0') paramvalue = res.data[0].paramvalue == "true";
|
|
|
})
|
|
|
tabbarList.push({
|
|
|
- icon: "icon-bianji",
|
|
|
+ icon: "color-bianji",
|
|
|
label: "编辑"
|
|
|
})
|
|
|
if (detail.reportstatus == '未报备') tabbarList.push({
|
|
|
@@ -312,7 +312,7 @@ Page({
|
|
|
label: "提交报备"
|
|
|
})
|
|
|
if (editdataleader) tabbarList.push({
|
|
|
- icon: "icon-zhuanyi",
|
|
|
+ icon: "color-genghuanfuzeren",
|
|
|
label: "更换负责人"
|
|
|
})
|
|
|
}
|