Commit 18aff0f3 authored by tianhongyang's avatar tianhongyang

甲方详情左侧菜单新增重点项目

parent 43a65e90
...@@ -239,43 +239,43 @@ export default { ...@@ -239,43 +239,43 @@ export default {
break; break;
case 'importantBusiness': case 'importantBusiness':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[1].disabled = true; this.sideRoute[2].children[0].disabled = true;
} }
break; break;
case 'landInfo': case 'landInfo':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[0].disabled = true; this.sideRoute[2].children[1].disabled = true;
this.sideRoute[4].children[1].disabled = true; this.sideRoute[4].children[1].disabled = true;
} }
break; break;
case 'busProposedProjectV1': case 'busProposedProjectV1':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[1].disabled = true; this.sideRoute[2].children[2].disabled = true;
} }
break; break;
case 'specialDebt': case 'specialDebt':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[2].disabled = true; this.sideRoute[2].children[3].disabled = true;
} }
break; break;
case 'bidPlan': case 'bidPlan':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[3].disabled = true; this.sideRoute[2].children[4].disabled = true;
} }
break; break;
case 'biddingAnnouncement': case 'biddingAnnouncement':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[4].disabled = true; this.sideRoute[2].children[5].disabled = true;
} }
break; break;
case 'proBiddingAnnouncement': case 'proBiddingAnnouncement':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[5].disabled = true; this.sideRoute[2].children[6].disabled = true;
} }
break; break;
case 'adminLicensing': case 'adminLicensing':
if (arr[i][j] < 1) { if (arr[i][j] < 1) {
this.sideRoute[2].children[6].disabled = true; this.sideRoute[2].children[7].disabled = true;
} }
break; break;
case 'customer': case 'customer':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment