Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6eb954f8
Commit
6eb954f8
authored
Jun 10, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f324acf0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
580 additions
and
69 deletions
+580
-69
dianshangannualRatio.vue
...nents/FinancialModule/ReportForm/dianshangannualRatio.vue
+477
-0
dianshangyeardata.vue
...mponents/FinancialModule/ReportForm/dianshangyeardata.vue
+93
-68
config.js
src/router/config.js
+10
-1
No files found.
src/components/FinancialModule/ReportForm/dianshangannualRatio.vue
0 → 100644
View file @
6eb954f8
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ReportForm/dianshangyeardata.vue
View file @
6eb954f8
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
6eb954f8
...
...
@@ -3956,9 +3956,18 @@ export default {
name
:
'dianshangyeardata'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/dianshangyeardata'
],
resolve
),
meta
:
{
title
:
'电商数据'
title
:
'
年度
电商数据'
},
},
{
//财务 电商年度比数据
path
:
'/dianshangannualRatio'
,
name
:
'dianshangannualRatio'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/dianshangannualRatio'
],
resolve
),
meta
:
{
title
:
'电商年度比数据'
},
},
{
//财务 线路收客
path
:
'/LineReceiver'
,
name
:
'LineReceiver'
,
...
...
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