Commit de73c820 by xue_wengang

申请认定页面

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