@@ -113,6 +101,7 @@ export default {
return {
dutyAgg: [],
//数据统计
+ ep_count_type: true,
userCount: {
total: 0,
count_employee: 0, //内部员工
@@ -120,8 +109,8 @@ export default {
count_visitor: 0, //相关方
},
operationnumber: null,
- rpjnumber:null,
- visitnumber:null
+ rpjnumber: null,
+ visitnumber: null,
};
},
created() {
@@ -170,7 +159,7 @@ export default {
this.operationnumber = res.count;
});
},
- //相关方入场项目
+ //相关方入场项目
getRpj() {
this.$API.rpm.rpj.list
.req({ page: 1, page_size: 1, state: 40 })
@@ -178,7 +167,7 @@ export default {
this.rpjnumber = res.count;
});
},
- //访客
+ //访客
getVisit() {
this.$API.vm.visit.list
.req({ page: 1, page_size: 1, state: 40 })
@@ -271,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%;
@@ -481,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 5e7d81bd..ad8ed038 100644
--- a/src/views/home/widgets/index.vue
+++ b/src/views/home/widgets/index.vue
@@ -13,7 +13,7 @@
-
+
@@ -193,7 +193,7 @@
diff --git a/src/views/wf/dutywork.vue b/src/views/wf/dutywork.vue
index da7093b9..68709e8a 100644
--- a/src/views/wf/dutywork.vue
+++ b/src/views/wf/dutywork.vue
@@ -36,12 +36,24 @@
处理
+
+
+
+ 接单
+
{
+ if (res.err_msg) {
+ } else {
+ this.getList();
+ }
+ })
+ },
},
};
diff --git a/src/views/wf/state.vue b/src/views/wf/state.vue
index 51bc1790..ebc310f8 100644
--- a/src/views/wf/state.vue
+++ b/src/views/wf/state.vue
@@ -42,21 +42,18 @@
- {{
- options_[scope.row.participant_type]
- }}
+
+ {{options_[scope.row.participant_type]}}
- {{
- options2_[scope.row.distribute_type]
- }}
+
+ {{options2_[scope.row.distribute_type]}}
编辑
+ >编辑
删除
@@ -167,7 +164,7 @@
prop="participant"
v-if="addForm.participant_type == 7"
>
-
-
+ -->
+
-
-
-
-
-
-
+
+
@@ -119,10 +121,11 @@
diff --git a/src/views/wf/visitdetail.vue b/src/views/wf/visitdetail.vue
index 32e2baaf..5a876853 100644
--- a/src/views/wf/visitdetail.vue
+++ b/src/views/wf/visitdetail.vue
@@ -78,6 +78,34 @@