Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
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
de523db9
authored
Apr 14, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新建页面
parent
9a4d5c91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
5 deletions
src/router/bill-router.js
src/router/more-router.js
src/views/Bill/sociallist.vue
src/router/bill-router.js
View file @
de523db9
...
...
@@ -18,12 +18,31 @@ export default [
}
},
{
path
:
"/
index/
record"
,
name
:
"
index
"
,
path
:
"/
bill
record"
,
name
:
"
billrecord
"
,
component
:
()
=>
import
(
"@/views/Bill/record.vue"
),
meta
:
{
requiresAuth
:
true
,
title
:
"资金记录 "
}
}
},
{
path
:
"/sociallist"
,
name
:
"sociallist"
,
component
:
()
=>
import
(
"@/views/Bill/sociallist.vue"
),
meta
:
{
requiresAuth
:
true
,
title
:
"社保/公积金/个税列表 "
}
},
{
path
:
"/sociallist"
,
name
:
"sociallist"
,
component
:
()
=>
import
(
"@/views/Bill/sociallist.vue"
),
meta
:
{
requiresAuth
:
true
,
title
:
"社保/公积金/个税列表 "
}
},
]
\ No newline at end of file
src/router/more-router.js
View file @
de523db9
...
...
@@ -10,7 +10,7 @@ export default[
},
{
path
:
"/more/details"
,
name
:
"more"
,
name
:
"more
detail
"
,
component
:
()
=>
import
(
"@/views/More/detail.vue"
),
meta
:
{
requiresAuth
:
true
,
...
...
@@ -19,7 +19,7 @@ export default[
},
{
path
:
"/more/record"
,
name
:
"more"
,
name
:
"more
record
"
,
component
:
()
=>
import
(
"@/views/More/record.vue"
),
meta
:
{
requiresAuth
:
true
,
...
...
src/views/Bill/sociallist.vue
0 → 100644
View file @
de523db9
<
template
>
<div
class=
"container"
>
<Header
:title=
"title"
/>
{{
title
}}
</div>
</
template
>
<
script
>
import
{
Header
}
from
'@/components'
export
default
{
components
:{
Header
},
data
(){
return
{
title
:
'11月社保代理'
}
},
methods
:{
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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