Commit 5fa86f88 by henry

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

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