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
6e3d9f42
Commit
6e3d9f42
authored
Jul 05, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改营收报表更新数据的时间
parent
e94cc2a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+1
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+4
-1
No files found.
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
6e3d9f42
...
...
@@ -69,7 +69,7 @@
</div>
<button
class=
"normalBtn page_EasyReport_search"
@
click=
"getData(1)"
>
确定
</button>
<p
class=
"easyUpdateTime"
v-if=
"UpdateStaus==1"
>
正在更新,更新开始时间
{{
UpdateStartTime
}}
</p>
<p
class=
"easyUpdateTime"
v-if=
"UpdateStaus==2"
>
上次更新时间
{{
UpdateStartTime
}}
</p>
<p
class=
"easyUpdateTime"
v-if=
"UpdateStaus==2"
>
上次更新时间
{{
UpdateStartTime
}}
<
br/>
每日8点、12点、19点、22点数据更新~
<
/p>
</div>
<div
style=
"margin-bottom:25px;"
v-loading=
'loading'
>
<v-table
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
6e3d9f42
...
...
@@ -560,7 +560,10 @@ tr._item_list td:last-child {
</el-col>
<el-col
:span=
"5"
>
<p
v-if=
"UpdateStaus==1"
>
正在更新,更新开始时间
{{
UpdateStartTime
}}
</p>
<p
v-if=
"UpdateStaus==2"
>
上次更新时间
{{
UpdateStartTime
}}
</p>
<p
v-if=
"UpdateStaus==2"
>
上次更新时间
{{
UpdateStartTime
}}
<br/>
每日8点、12点、19点、22点数据更新~
</p>
</el-col>
...
...
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