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
007944e1
authored
Apr 28, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更改页面文件夹
parent
2813f70b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
src/router/bill-router.js
src/views/AnnualFee/index.vue → src/views/Bill/annualfee.vue
src/views/Trusteeship/index.vue → src/views/Bill/trusteeship.vue
src/router/bill-router.js
View file @
007944e1
...
...
@@ -11,7 +11,7 @@ export default [
{
path
:
"/trusteeship"
,
name
:
"trusteeship"
,
component
:
()
=>
import
(
"@/views/
Trusteeship/index
.vue"
),
component
:
()
=>
import
(
"@/views/
Bill/trusteeship
.vue"
),
meta
:
{
requiresAuth
:
true
,
title
:
"人事托管 "
...
...
@@ -76,7 +76,7 @@ export default [
{
path
:
"/annualfee"
,
name
:
"annualfee"
,
component
:
()
=>
import
(
"@/views/
AnnualFee/index
.vue"
),
component
:
()
=>
import
(
"@/views/
Bill/annualfee
.vue"
),
meta
:
{
requiresAuth
:
true
,
title
:
"会员年费 "
...
...
src/views/
AnnualFee/index
.vue
→
src/views/
Bill/annualfee
.vue
View file @
007944e1
File moved
src/views/
Trusteeship/index
.vue
→
src/views/
Bill/trusteeship
.vue
View file @
007944e1
...
...
@@ -97,8 +97,10 @@ export default {
[
Icon
.
name
]:
Icon
,
[
Popup
.
name
]:
Popup
},
data
()
{
return
{
name
:
"人事托管"
,
show
:
false
,
title
:
"人事托管"
,
currentPer
:
0
,
...
...
@@ -163,7 +165,7 @@ export default {
}
},
methods
:
{
...
mapActions
([
"loadBillHosting"
,
"savePeriodIndex"
]),
...
mapActions
([
"loadBillHosting"
,
"savePeriodIndex"
]),
getData
()
{
this
.
currentPer
=
this
.
$route
.
query
.
currentPerIndex
;
this
.
currentPerId
=
this
.
$route
.
query
.
currentPerId
;
...
...
@@ -197,7 +199,7 @@ export default {
},
async
loadBillHostingData
(
accountId
)
{
let
param
=
{
accountId
,
accountId
};
await
this
.
loadBillHosting
(
param
).
then
(
data
=>
{
...
...
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