Commit 5c35e4b7 by caoyanzhi

update: 调整提示文案

parent 666819e8
......@@ -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">* 次日10点后更新当天营销数据统计</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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment