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
6f61403c
Commit
6f61403c
authored
Jun 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
422e902a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dianshangannualRatio.vue
...nents/FinancialModule/ReportForm/dianshangannualRatio.vue
+1
-1
onlineRetailersdata.vue
...onents/FinancialModule/ReportForm/onlineRetailersdata.vue
+1
-1
No files found.
src/components/FinancialModule/ReportForm/dianshangannualRatio.vue
View file @
6f61403c
...
...
@@ -228,7 +228,7 @@
},
created
()
{
let
nowtime
=
new
Date
()
this
.
msg
.
StartYear
=
(
nowtime
.
getFullYear
()
-
2
).
toString
()
this
.
msg
.
StartYear
=
(
nowtime
.
getFullYear
()
-
1
).
toString
()
this
.
msg
.
EndYear
=
nowtime
.
getFullYear
().
toString
()
this
.
getDateList
()
...
...
src/components/FinancialModule/ReportForm/onlineRetailersdata.vue
View file @
6f61403c
<
template
>
<div
class=
"onlineRetailersdata"
>
<div
class=
"el-card__header"
>
<span>
电商
数据
</span>
<span>
电商
月度统计
</span>
<div
style=
"display: flex;flex-direction: row;align-items: center"
>
<!---->
<el-button
type=
"primary"
class=
"el-button--small"
@
click=
"Export"
>
导出全部
</el-button>
...
...
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