Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
6d114988
Commit
6d114988
authored
Apr 27, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zj' into dev
parents
7052e228
d52be9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
10 deletions
+48
-10
src/pages/workPlace.vue
src/pages/workPlace.vue
+48
-10
No files found.
src/pages/workPlace.vue
View file @
6d114988
...
...
@@ -35,7 +35,9 @@
</div>
</div>
<div
class=
"case_box"
>
<!-- 普通用户--数据分析 -->
<div
class=
"case_box"
v-if=
"now_user == 0"
>
<div
class=
"data_asy"
>
<p
style=
"margin-top:20px;margin-bottom:10px;font-size:18px;color: #0d1847;font-weight:600;padding-left:20px;"
>
数据分析中心
...
...
@@ -68,7 +70,9 @@
</div>
</div>
<div
class=
"case_box"
>
<!-- 普通用户--服务 -->
<div
class=
"case_box"
v-if=
"now_user == 0"
>
<div
class=
"data_asy"
>
<p
style=
"margin-top:20px;margin-bottom:10px;font-size:18px;color: #0d1847;font-weight:600;padding-left:20px;"
>
我的服务
...
...
@@ -100,6 +104,10 @@
</div>
</div>
</div>
<!-- 组织用户--数据分析 -->
</div>
</
template
>
...
...
@@ -111,7 +119,7 @@ export default {
return
{
person
:
"
康先生
"
,
login_time
:
"
2020-03-12 10:21:22
"
,
now_user
:
0
,
now_user
:
0
,
//0:普通用户,1:组织管理员,2:超级管理员
now_type
:
0
,
now_app
:
0
,
manage_flag
:
false
,
...
...
@@ -142,25 +150,55 @@ export default {
}
],
[
{
text
:
"
组织用户数
"
,
pic
:
require
(
"
../assets/imgs/ic_yonghuzs.png
"
),
bg
:
"
#e6ebfe
"
,
color
:
"
#515fe7
"
,
num
:
"
2,312
"
},
{
text
:
"
服务总数
"
,
pic
:
require
(
"
../assets/imgs/ic_fuwuzs.png
"
),
bg
:
"
#e5f4fe
"
,
color
:
"
#38aef9
"
,
num
:
"
12,332
"
},
{
text
:
"
应用总数
"
,
pic
:
require
(
"
../assets/imgs/ic_yingyongzs.png
"
),
bg
:
"
#e7fdfc
"
,
color
:
"
#25bdb1
"
,
num
:
"
223
"
},
{
text
:
"
收益总额
"
,
pic
:
require
(
"
../assets/imgs/ic_shouyize.png
"
),
bg
:
"
#fcefd6
"
,
color
:
"
#ea7d19
"
,
num
:
"
¥2,312
"
},
}
],
[
{
text
:
"
服务
总数
"
,
pic
:
require
(
"
../assets/imgs/ic_
fuwuzs_navy
.png
"
),
text
:
"
用户
总数
"
,
pic
:
require
(
"
../assets/imgs/ic_
yonghuzs
.png
"
),
bg
:
"
#e6ebfe
"
,
color
:
"
#515fe7
"
,
num
:
"
2,312
"
},
{
text
:
"
服务总数
"
,
pic
:
require
(
"
../assets/imgs/ic_fuwuzs.png
"
),
bg
:
"
#e5f4fe
"
,
color
:
"
#38aef9
"
,
num
:
"
12,332
"
},
{
text
:
"
应用总数
"
,
pic
:
require
(
"
../assets/imgs/ic_yingyongzs.png
"
),
bg
:
"
#e
5f4fe
"
,
color
:
"
#
38aef9
"
,
bg
:
"
#e
7fdfc
"
,
color
:
"
#
25bdb1
"
,
num
:
"
223
"
},
{
...
...
@@ -170,7 +208,7 @@ export default {
color
:
"
#ea7d19
"
,
num
:
"
¥2,312
"
}
]
]
,
],
online_tool_arr
:[
{
...
...
@@ -519,7 +557,7 @@ export default {
<
style
>
.el-scrollbar__wrap
{
.
online_tool
.
el-scrollbar__wrap
{
overflow-x
:
hidden
;
}
</
style
>
...
...
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