Commit 5fa86f88 by henry

添加项目检查问题查询界面

1 parent 6c3cbaac
...@@ -43,9 +43,14 @@ export const routes = [ ...@@ -43,9 +43,14 @@ export const routes = [
}, },
}, },
{ {
path: '/mainLayout/problemLlistQuery', path: '/mainLayout/projectCheckQuestionQuery',
name: 'problemLlistQuery', name: 'problemLlistQuery',
component: () => import('@/views/postConcentrationCheck/problemLlistQuery.vue'), component: () => import('@/views/postConcentrationCheck/projectCheckQuestionQuery.vue'),
},
{
path: '/mainLayout/rectificationFeedbackQuery',
name: 'problemLlistQuery',
component: () => import('@/views/postConcentrationCheck/rectificationFeedbackQuery.vue'),
}, },
{ {
path: '/mainLayout/sendIssue', path: '/mainLayout/sendIssue',
......
...@@ -101,9 +101,15 @@ export default { ...@@ -101,9 +101,15 @@ export default {
url: "", url: "",
children: [ children: [
{ {
name: "项目检查问题查询",
url: "/mainLayout/projectCheckQuestionQuery",
children: []
},
{
name: "整改反馈查询", name: "整改反馈查询",
url: "/mainLayout/problemLlistQuery", url: "/mainLayout/rectificationFeedbackQuery",
children: [] }, children: []
},
{ {
name: "下发问题", name: "下发问题",
url: "/mainLayout/sendIssue", url: "/mainLayout/sendIssue",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!