|
@@ -149,7 +149,7 @@
|
|
</MenuCard>
|
|
</MenuCard>
|
|
</div>
|
|
</div>
|
|
<!-- 全流程管理 4 -->
|
|
<!-- 全流程管理 4 -->
|
|
- <div id="stepsBox" v-if="$ifMenu('4', '')">
|
|
|
|
|
|
+ <div id="stepsBox" v-show="$ifMenu('4', '')">
|
|
<WholeProcessManagement />
|
|
<WholeProcessManagement />
|
|
</div>
|
|
</div>
|
|
<!-- 底部菜单 2 -- 疑点筛查 -->
|
|
<!-- 底部菜单 2 -- 疑点筛查 -->
|
|
@@ -343,6 +343,7 @@ export default {
|
|
imageUrl: "/static/images/2.png",
|
|
imageUrl: "/static/images/2.png",
|
|
menuIndex: "2",
|
|
menuIndex: "2",
|
|
subMenuIndex: "1",
|
|
subMenuIndex: "1",
|
|
|
|
+ menuName:"土地资源",
|
|
position: "left",
|
|
position: "left",
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
},
|
|
},
|
|
@@ -355,6 +356,7 @@ export default {
|
|
imageUrl: "/static/images/3.png",
|
|
imageUrl: "/static/images/3.png",
|
|
menuIndex: "2",
|
|
menuIndex: "2",
|
|
subMenuIndex: "1",
|
|
subMenuIndex: "1",
|
|
|
|
+ menuName:"土地资源",
|
|
position: "left",
|
|
position: "left",
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
},
|
|
},
|
|
@@ -367,6 +369,7 @@ export default {
|
|
imageUrl: "/static/images/1.png",
|
|
imageUrl: "/static/images/1.png",
|
|
menuIndex: "2",
|
|
menuIndex: "2",
|
|
subMenuIndex: "1",
|
|
subMenuIndex: "1",
|
|
|
|
+ menuName:"土地资源",
|
|
position: "left",
|
|
position: "left",
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
},
|
|
},
|
|
@@ -379,6 +382,7 @@ export default {
|
|
imageUrl: "/static/images/4.png",
|
|
imageUrl: "/static/images/4.png",
|
|
menuIndex: "2",
|
|
menuIndex: "2",
|
|
subMenuIndex: "1",
|
|
subMenuIndex: "1",
|
|
|
|
+ menuName:"土地资源",
|
|
position: "left",
|
|
position: "left",
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
gotoPageInfo: { index: "3", subIndex: "", name: "综合分析" }
|
|
}
|
|
}
|