Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
e4ece736
Commit
e4ece736
authored
Nov 20, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
7f5e2ed7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
index.js
src/router/index.js
+3
-3
index.vue
...iews/dangerManagement/dangerRectificationRecord/index.vue
+1
-0
index.vue
src/views/dangerManagement/dangerReviewRecord/index.vue
+1
-0
index.vue
src/views/dangerManagement/enterSafetyRecords/index.vue
+1
-0
index.vue
src/views/dangerManagement/safetyDisposalRecord/index.vue
+1
-0
No files found.
src/router/index.js
View file @
e4ece736
...
...
@@ -168,7 +168,7 @@ export const powerRoutes=[
component
:
'dangerManagement/safetyDisposalRecord/index'
,
hidden
:
false
,
meta
:{
"title"
:
"
安全隐患处理记录
"
,
"title"
:
"
隐患责任分配
"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
...
...
@@ -182,7 +182,7 @@ export const powerRoutes=[
component
:
'dangerManagement/dangerRectificationRecord/index'
,
hidden
:
false
,
meta
:{
"title"
:
"
录入隐患整改情况
"
,
"title"
:
"
隐患整改
"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
...
...
@@ -196,7 +196,7 @@ export const powerRoutes=[
component
:
'dangerManagement/dangerReviewRecord/index'
,
hidden
:
false
,
meta
:{
"title"
:
"
录入隐患复查记录
"
,
"title"
:
"
隐患复查
"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
...
...
src/views/dangerManagement/dangerRectificationRecord/index.vue
View file @
e4ece736
...
...
@@ -89,6 +89,7 @@
baseUrl
:
'/aqgl/yhgl/yhjl'
,
/* 查询参数*/
queryParams
:
{
queryType
:
'YHZG'
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
(),
bmid
:
''
,
...
...
src/views/dangerManagement/dangerReviewRecord/index.vue
View file @
e4ece736
...
...
@@ -91,6 +91,7 @@
baseUrl
:
'/aqgl/yhgl/yhjl'
,
/* 查询参数*/
queryParams
:
{
queryType
:
'YHFC'
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
(),
bmid
:
''
,
...
...
src/views/dangerManagement/enterSafetyRecords/index.vue
View file @
e4ece736
...
...
@@ -91,6 +91,7 @@ this.$refs['TablePager'].pageQuery()
baseUrl
:
'/aqgl/yhgl/yhjl'
,
/* 查询参数*/
queryParams
:
{
queryType
:
'YHSB'
,
flid
:
''
,
bmid
:
''
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
...
...
src/views/dangerManagement/safetyDisposalRecord/index.vue
View file @
e4ece736
...
...
@@ -87,6 +87,7 @@ this.$refs['TablePager'].pageQuery()
baseUrl
:
'/aqgl/yhgl/yhjl'
,
/* 查询参数*/
queryParams
:
{
queryType
:
'YHFP'
,
ksrq
:
new
Date
().
getTime
()
-
60
*
1000
*
60
*
24
*
30
,
jsrq
:
new
Date
().
getTime
(),
bmid
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment