Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5fa86f88
authored
May 08, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加项目检查问题查询界面
1 parent
6c3cbaac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
src/router/index.js
src/views/layout/leftBar.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/problemLlistQuery.vue → src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/router/index.js
View file @
5fa86f8
...
@@ -43,9 +43,14 @@ export const routes = [
...
@@ -43,9 +43,14 @@ export const routes = [
},
},
},
},
{
{
path
:
'/mainLayout/pro
blemLlist
Query'
,
path
:
'/mainLayout/pro
jectCheckQuestion
Query'
,
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'
,
...
...
src/views/layout/leftBar.vue
View file @
5fa86f8
...
@@ -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"
,
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
0 → 100644
View file @
5fa86f8
This diff is collapsed.
Click to expand it.
src/views/postConcentrationCheck/
problemLlist
Query.vue
→
src/views/postConcentrationCheck/
rectificationFeedback
Query.vue
View file @
5fa86f8
File moved
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment