@@ -118,6 +101,7 @@ export default {
return {
dutyAgg: [],
//数据统计
+ ep_count_type: true,
userCount: {
total: 0,
count_employee: 0, //内部员工
@@ -125,8 +109,8 @@ export default {
count_visitor: 0, //相关方
},
operationnumber: null,
- rpjnumber:null,
- visitnumber:null
+ rpjnumber: null,
+ visitnumber: null,
};
},
created() {
@@ -175,7 +159,7 @@ export default {
this.operationnumber = res.count;
});
},
- //相关方入场项目
+ //相关方入场项目
getRpj() {
this.$API.rpm.rpj.list
.req({ page: 1, page_size: 1, state: 40 })
@@ -183,7 +167,7 @@ export default {
this.rpjnumber = res.count;
});
},
- //访客
+ //访客
getVisit() {
this.$API.vm.visit.list
.req({ page: 1, page_size: 1, state: 40 })
@@ -276,12 +260,14 @@ export default {
margin: 40px 0 20px 0;
}
.screen-cockpits {
- margin-top: -15px;
+ // margin-top: -15px;
.cockpit-count {
.count-list {
display: flex;
- flex-wrap: wrap;
- margin-left: 30px;
+ // flex-wrap: wrap;
+ justify-content: space-around;
+ align-items: center;
+ height: 80px;
.count-list-item {
width: 33.3333%;
height: 50%;
@@ -486,4 +472,16 @@ export default {
}
}
}
+.card-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ height:24px;
+}
+.card-body {
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+ height:80px;
+}
diff --git a/src/views/home/widgets/index.vue b/src/views/home/widgets/index.vue
index d8f1bf5a..ad8ed038 100644
--- a/src/views/home/widgets/index.vue
+++ b/src/views/home/widgets/index.vue
@@ -13,7 +13,7 @@
-
+
diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue
index 2e2dd9ce..a0682957 100644
--- a/src/views/login/components/passwordForm.vue
+++ b/src/views/login/components/passwordForm.vue
@@ -13,12 +13,12 @@
clearable
:placeholder="$t('login.userPlaceholder')"
>
-
+