Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
10b9d9d8
authored
2023-01-10 15:57:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:省厅汇交
1 parent
bc51761f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
19 deletions
src/image/header.png
src/layout/components/Navbar.vue
src/router/index.js
src/views/dbrzcx/index.vue
src/image/header.png
View file @
10b9d9d
14.2 KB
|
W:
|
H:
44.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/layout/components/Navbar.vue
View file @
10b9d9d
...
...
@@ -68,15 +68,16 @@ export default {
font-size
:
14px
;
}
.sidebarLeft
,
.sidebarRight
{
.sidebarLeft
{
position
:
relative
;
top
:
13px
;
left
:
10px
;
}
.sidebarRight
{
position
:
relative
;
left
:
25px
;
left
:
10px
;
top
:
13px
;
}
//
导航选中背景色
...
...
@@ -130,7 +131,7 @@ export default {
.title
{
position
:
absolute
;
left
:
0
;
top
:
7
px
;
top
:
10
px
;
bottom
:
0
;
right
:
0
;
margin
:
0
auto
;
...
...
src/router/index.js
View file @
10b9d9d
...
...
@@ -74,29 +74,22 @@ export const asyncRoutes = [
}
]
},
//
上报报文查询
//
省厅汇交
{
path
:
'/s
bbwcx
'
,
path
:
'/s
thj
'
,
component
:
Layout
,
children
:
[
{
path
:
'
inde
x'
,
path
:
'
sbbwc
x'
,
component
:
()
=>
import
(
'@/views/sbbwcx/index'
),
name
:
'sbbwcx'
,
meta
:
{
title
:
'上报报文查询'
,
icon
:
'zsgl'
}
}
]
},
// 登簿日志
{
path
:
'/dbrzcx'
,
component
:
Layout
,
children
:
[
meta
:
{
title
:
'上报报文'
,
icon
:
'zsgl'
}
},
{
path
:
'
inde
x'
,
path
:
'
dbrzc
x'
,
component
:
()
=>
import
(
'@/views/dbrzcx/index'
),
name
:
'dbrzcx'
,
meta
:
{
title
:
'登簿日志
查询'
,
icon
:
'zhcx
'
}
meta
:
{
title
:
'登簿日志
'
,
icon
:
'zsgl
'
}
}
]
},
...
...
src/views/dbrzcx/index.vue
View file @
10b9d9d
...
...
@@ -36,7 +36,7 @@
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<!-- table组件 -->
<lb-table
:page-size=
"pageData.size"
:heightNum=
"2
10
"
:current-page
.
sync=
"pageData.current"
<lb-table
:page-size=
"pageData.size"
:heightNum=
"2
25
"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
Please
register
or
sign in
to post a comment