Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
Details
Activity
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
station
amos-convertor-view
Commits
63c47622
Commit
63c47622
authored
Jul 15, 2021
by
吴俊凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改提交
parent
0bf14fc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
urlConsts.js
src/consts/urlConsts.js
+1
-1
transparent.css
themes/transparent.css
+4
-1
No files found.
src/consts/urlConsts.js
View file @
63c47622
...
...
@@ -93,7 +93,7 @@ export const FscSerUrl = {
//*******************************************************************************
// 巡检业务
//*******************************************************************************
fetchCheckDetailById
:
completePrefix
(
patrolURI
,
'
patrol/
api/spc/check-detail'
),
//根据ID查询巡检记录详情
fetchCheckDetailById
:
completePrefix
(
patrolURI
,
'api/spc/check-detail'
),
//根据ID查询巡检记录详情
fetchCheckInputById
:
completePrefix
(
patrolURI
,
'api/spc/check-input'
),
//根据ID查询巡检记录项
fetchUserByPd
:
completePrefix
(
patrolURI
,
'api/spc/check-user'
),
//巡检人员查询
fetchCheckInfoByPd
:
completePrefix
(
patrolURI
,
'api/spc/check-info/list'
),
//巡检记录查询
...
...
themes/transparent.css
View file @
63c47622
...
...
@@ -37,7 +37,7 @@
border-left
:
1px
solid
#1f5383
;
}
.ant-table-fixed-header
.ant-table-body
>
table
{
.ant-table-fixed-header
.ant-table-body
>
table
{
border-left
:
1px
solid
#1f5383
;
}
...
...
@@ -1565,3 +1565,6 @@ li.ant-calendar-time-picker-select-option-selected {
padding-left
:
10px
;
color
:
white
;
}
.ant-table-bordered
.ant-table-body
>
table
{
border
:
1px
solid
#1f5383
!important
;
}
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