Browse Source

修改抬头名字

tags/v1.22.5.1^2
wangjr 3 years ago
parent
commit
f20ee15047
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      web_src/js/components/ProTrend.vue
  2. +1
    -1
      web_src/js/components/UserAnalysis.vue

+ 1
- 1
web_src/js/components/ProTrend.vue View File

@@ -2,7 +2,7 @@
<div class="el-col el-col-21" style="padding-right:10px ">
<div id='pro_tend' >
<div style="margin-top: 10px;">
<b class="pro_item">项目分析</b> <span class="update_time">数据更新时间:</span> <span style="font-size: 12px;">{{lastUpdatedTime}}&nbsp/&nbsp从{{recordBeginTime}}开始统计</span>
<b class="pro_item">增长趋势分析</b> <span class="update_time">数据更新时间:</span> <span style="font-size: 12px;">{{lastUpdatedTime}}&nbsp/&nbsp从{{recordBeginTime}}开始统计</span>
</div>
<div style="margin-top:20px">
<el-row>


+ 1
- 1
web_src/js/components/UserAnalysis.vue View File

@@ -1,7 +1,7 @@
<template>
<div class="el-col el-col-21" style="padding-right:10px">
<div style="margin-top: 10px;">
<b class="pro_item">用户分析</b> <span class="update_time">数据更新时间:</span><span style="font-size: 12px;">{{lastUpdatedTime}} &nbsp/&nbsp从{{recordBeginTime}}开始统计</span>
<b class="pro_item">活动分析</b> <span class="update_time">数据更新时间:</span><span style="font-size: 12px;">{{lastUpdatedTime}} &nbsp/&nbsp从{{recordBeginTime}}开始统计</span>
</div>
<div style="margin-top: 20px;">
<span class="sta_iterm">统计周期:</span>


Loading…
Cancel
Save