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 33572eb1
authored
May 08, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加整改辅助核验页面
1 parent
eb303978
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
src/assets/fh.png
src/router/index.js
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/layout/leftBar.vue
src/assets/fh.png
0 → 100644
View file @
33572eb
4.39 KB
src/router/index.js
View file @
33572eb
...
@@ -133,6 +133,11 @@ export const routes = [
...
@@ -133,6 +133,11 @@ export const routes = [
component
:
()
=>
import
(
'@/views/assessChecks/qrCompliance.vue'
),
component
:
()
=>
import
(
'@/views/assessChecks/qrCompliance.vue'
),
},
},
{
{
path
:
'/mainLayout/correctiveAssistanceVerification'
,
name
:
'correctiveAssistanceVerification'
,
component
:
()
=>
import
(
'@/views/assessChecks/correctiveAssistanceVerification.vue'
),
},
{
path
:
'/mainLayout/attachSynchronousArchiving'
,
path
:
'/mainLayout/attachSynchronousArchiving'
,
name
:
'attachSynchronousArchiving'
,
name
:
'attachSynchronousArchiving'
,
component
:
()
=>
import
(
'@/views/assessChecks/attachSynchronousArchiving.vue'
),
component
:
()
=>
import
(
'@/views/assessChecks/attachSynchronousArchiving.vue'
),
...
...
src/views/assessChecks/correctiveAssistanceVerification.vue
0 → 100644
View file @
33572eb
This diff is collapsed.
Click to expand it.
src/views/layout/leftBar.vue
View file @
33572eb
...
@@ -92,7 +92,7 @@ export default {
...
@@ -92,7 +92,7 @@ export default {
{
name
:
"问题辅助反馈"
,
url
:
"/mainLayout/assistedFeedback"
,
children
:
[]
},
{
name
:
"问题辅助反馈"
,
url
:
"/mainLayout/assistedFeedback"
,
children
:
[]
},
{
name
:
"申诉辅助确认"
,
url
:
"/mainLayout/assistedConfirm"
,
children
:
[]
},
{
name
:
"申诉辅助确认"
,
url
:
"/mainLayout/assistedConfirm"
,
children
:
[]
},
{
name
:
"问题辅助整改"
,
url
:
"/mainLayout/assistedRect"
,
children
:
[]
},
{
name
:
"问题辅助整改"
,
url
:
"/mainLayout/assistedRect"
,
children
:
[]
},
{
name
:
"整改辅助核验"
,
url
:
"/mainLayout/
assistedVerif
"
,
children
:
[]
},
{
name
:
"整改辅助核验"
,
url
:
"/mainLayout/
correctiveAssistanceVerification
"
,
children
:
[]
},
{
name
:
"材料同步归档"
,
{
name
:
"材料同步归档"
,
url
:
"/mainLayout/attachSynchronousArchiving"
,
url
:
"/mainLayout/attachSynchronousArchiving"
,
children
:
[]
},
children
:
[]
},
...
...
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