Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
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
front-end-dev
techbook
Commits
f553ed1f
Commit
f553ed1f
authored
Jun 10, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营看板
parent
4f52a631
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
en.js
src/common/lang/en.js
+1
-0
zh.js
src/common/lang/zh.js
+1
-0
index.vue
src/views/dashboard/pages/index.vue
+2
-0
No files found.
src/common/lang/en.js
View file @
f553ed1f
...
...
@@ -1755,6 +1755,7 @@ module.exports = {
conversionRate
:
"转化率"
,
amountConversionRate
:
"总转化率"
,
todayVisitData
:
"近7日访问数据"
,
activeUserNum
:
"活跃注册用户"
,
userLoginNum
:
"用户登录数"
,
activeBBNum
:
"活跃大B"
,
activeSBNum
:
"活跃小B"
,
...
...
src/common/lang/zh.js
View file @
f553ed1f
...
...
@@ -1851,6 +1851,7 @@ module.exports = {
conversionRate
:
"转化率"
,
amountConversionRate
:
"总转化率"
,
todayVisitData
:
"近7日访问数据"
,
activeUserNum
:
"活跃注册用户"
,
userLoginNum
:
"用户登录数"
,
activeBBNum
:
"活跃大B"
,
activeSBNum
:
"活跃小B"
,
...
...
src/views/dashboard/pages/index.vue
View file @
f553ed1f
...
...
@@ -484,6 +484,7 @@
<ul>
<li
class=
"titleLi"
>
<span>
{{
$t
(
'requireInfo.date'
)
}}
</span>
<span>
{{
$t
(
'adminDash.activeUserNum'
)
}}
</span>
<span>
{{
$t
(
'adminDash.userLoginNum'
)
}}
</span>
<span>
{{
$t
(
'adminDash.activeBBNum'
)
}}
</span>
<span>
{{
$t
(
'adminDash.activeSBNum'
)
}}
</span>
...
...
@@ -492,6 +493,7 @@
</li>
<li
v-for=
"item in recentSevenDaysData"
>
<span>
{{
item
.
riqi
}}
</span>
<span>
{{
item
.
activeCommonCount
}}
</span>
<span>
{{
item
.
loginCount
}}
</span>
<span>
{{
item
.
activeBusinessUserCount
}}
</span>
<span>
{{
item
.
activeProjectUserCount
}}
</span>
...
...
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