Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
marketing-web
marketing
Commits
5c35e4b7
Commit
5c35e4b7
authored
Mar 31, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整提示文案
parent
666819e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
data-view.vue
src/views/activity/data-view.vue
+1
-2
No files found.
src/views/activity/data-view.vue
View file @
5c35e4b7
...
...
@@ -3,7 +3,7 @@
<template
v-if=
"!loading"
>
<p
class=
"title"
>
{{
info
.
name
||
'--'
}}
<span>
活动时间:
{{
info
.
beginDate
||
'--'
}}
至
{{
info
.
endDate
||
'--'
}}
</span>
<span
style=
"color:#909399;"
class=
"ml10"
>
* 次日0点后更新当天营销数据统计
</span>
<span
style=
"color:#909399;"
class=
"ml10"
>
* 次日
1
0点后更新当天营销数据统计
</span>
</p>
<template
v-if=
"!isHistory"
>
<div
class=
"bk f1 big"
:class=
"fade"
>
...
...
@@ -156,7 +156,6 @@ export default {
if
(
new
Date
(
result
.
endDate
)
<
new
Date
())
{
// 历史数据
this
.
isHistory
=
true
;
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'数据对话厅'
,
path
:
'/activity/list'
},
{
name
:
'历史数据概览'
,
path
:
''
}]);
// eslint-disable-line
}
activityViewData
({
marketingActivityId
:
this
.
marketingActivityId
})
.
then
(
res
=>
{
...
...
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