Commit de73c820 by xue_wengang

申请认定页面

parent e5439584
......@@ -295,6 +295,7 @@
>{{ item.label }}</el-menu-item
>
</el-submenu>
<el-divider></el-divider>
<!-- 考核管理 11-->
<el-submenu index="11" id="menu11">
<template slot="title">
......
......@@ -67,6 +67,15 @@ export default [
component: () => import('@/views/asjxq/sqrd.vue'),
},
{
path: '/yaSqrd',
name: 'yaSqrd',
meta: {
title: '申请认定',
auth: 5,
},
component: () => import('@/views/asjxq/yaSqrd.vue'),
},
{
path: '/tzggXzz',
name: 'tzggXzz',
meta: {
......
......@@ -115,7 +115,7 @@ export default {
methods: {
goDetail(item) {
this.$router.pushToTab({
path: "/sqrd",
path: "/yaSqrd",
query: {
asjbh: item.row.asjbh,
type: "yardsq",
......
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