Commit 5aa69a48 authored by 张伯涛's avatar 张伯涛

2019007408加合同权限

parent d8a1af5e
...@@ -38,9 +38,11 @@ ...@@ -38,9 +38,11 @@
</el-submenu> </el-submenu>
</template> </template>
</div> </div>
<!-- // 项目人员-->
<div v-else-if="projectPerList.includes(jurisdiction)"> <div v-else-if="projectPerList.includes(jurisdiction)">
<sidebar-item v-for="route in permissionPro_routes" :key="route.path" :item="route" :base-path="route.path" /> <sidebar-item v-for="route in permissionPro_routes" :key="route.path" :item="route" :base-path="route.path" />
</div> </div>
<!-- // 合同人员-->
<div v-else-if="authorityList.includes(jurisdiction)"> <div v-else-if="authorityList.includes(jurisdiction)">
<sidebar-item v-for="route in permission_routes" :key="route.path" :item="route" :base-path="route.path" /> <sidebar-item v-for="route in permission_routes" :key="route.path" :item="route" :base-path="route.path" />
</div> </div>
...@@ -89,7 +91,8 @@ export default { ...@@ -89,7 +91,8 @@ export default {
'2018010313', '2016012813', '2019010024', '2016012716', '2017017988', '2016013050', '2016013066', '2018010313', '2016012813', '2019010024', '2016012716', '2017017988', '2016013050', '2016013066',
'2016013040', '2016048074', '2017009338', '2016012620', '2016013071', '2016013113', '2016013043', '2016013040', '2016048074', '2017009338', '2016012620', '2016013071', '2016013113', '2016013043',
'2016012893', '2016013165', '2016012767', '2017017973', '2016013047', '2016012818', '2018010336', '2016012893', '2016013165', '2016012767', '2017017973', '2016013047', '2016012818', '2018010336',
'2016013033', '2016013030', '2016012564', '2016048097', '2016013029', '2016013108', '2016012811' '2016013033', '2016013030', '2016012564', '2016048097', '2016013029', '2016013108', '2016012811',
'2019007408'
], ],
jurisdiction: JSON.parse(Store.get(storeKey.user)).userId, jurisdiction: JSON.parse(Store.get(storeKey.user)).userId,
activeMenuPath: '/admin/list/index', activeMenuPath: '/admin/list/index',
......
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