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
47626065
Commit
47626065
authored
Feb 03, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1425e01e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+4
-1
No files found.
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
47626065
...
...
@@ -55,6 +55,9 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<button
class=
"normalBtn page_EasyReport_search"
@
click=
"getData(2)"
>
查询
</button>
</el-col>
</el-row>
<el-row
>
<el-col
:span=
"6"
v-for=
"(month, index) in monthList"
:key=
"index"
>
...
...
@@ -68,7 +71,7 @@
<button
class=
"normalBtn "
@
click=
"exportExcel"
>
导出EXCEL
</button>
<!--
<button
class=
"normalBtn "
@
click=
"togbu"
>
一键同步
</button>
-->
</div>
<button
class=
"normalBtn page_EasyReport_search"
@
click=
"getData(1)"
>
确定
</button>
<button
class=
"normalBtn page_EasyReport_search"
v-if=
"userId==1"
@
click=
"getData(1)"
>
保存损失
</button>
<p
class=
"easyUpdateTime"
v-if=
"UpdateStaus==1"
>
正在更新,更新开始时间
{{
UpdateStartTime
}}
</p>
<p
class=
"easyUpdateTime"
v-if=
"UpdateStaus==2"
>
上次更新时间
{{
UpdateStartTime
}}
<br/>
每日8点、12点、19点、22点数据更新~
</p>
</div>
...
...
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