diff --git a/src/pages/workPlace.vue b/src/pages/workPlace.vue
index fcee7d0b5d376f0646c489c22268f4faa7fd0ff2..90bcde6482387b9e5963b6a3ed779233b418d842 100644
--- a/src/pages/workPlace.vue
+++ b/src/pages/workPlace.vue
@@ -35,7 +35,9 @@
-
+
+
+
-
+
+
+
我的服务
@@ -100,6 +104,10 @@
+
+
+
+
@@ -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: "#e5f4fe",
- color: "#38aef9",
+ bg: "#e7fdfc",
+ color: "#25bdb1",
num: "223"
},
{
@@ -170,7 +208,7 @@ export default {
color: "#ea7d19",
num: "¥2,312"
}
- ]
+ ],
],
online_tool_arr:[
{
@@ -519,7 +557,7 @@ export default {