-
+
{{ item.name }}
-
+
- {{ item.allCount - item.count }}/{{ item.allCount }}
+ {{ item.allCount - item.count }}/{{ item.allCount
+ }}
@@ -118,7 +102,6 @@ export default {
},
methods: {
goback(item) {
- console.log(item, "item");
if (item.name == "人工审核") {
this.$router.push({
path: "/task/manualReview",
@@ -327,6 +310,7 @@ export default {
width: 100%;
padding: 20px 20px 20px 20px;
}
+
.app {
height: 150px;
display: flex;
@@ -338,11 +322,13 @@ export default {
background: #fff;
position: relative;
margin: 0 15px 15px 0;
+
.words {
position: absolute;
top: 60px;
left: 15px;
}
+
.num {
position: absolute;
top: 90px;
@@ -350,6 +336,7 @@ export default {
font-size: 28px;
font-weight: 600;
}
+
img {
width: 25px;
height: 25px;
@@ -359,10 +346,12 @@ export default {
}
}
}
+
.leftheader {
width: 83%;
display: flex;
}
+
.appbottom {
width: 82%;
height: calc(100vh - 275px);
@@ -377,27 +366,32 @@ export default {
background: #fff;
border-radius: 5px;
margin: 15px 0 0 0;
+
.word {
padding: 20px;
font-size: 14px;
}
}
+
.appbottomone {
width: 50%;
margin: 15px 15px 0 0;
background: #fff;
border-radius: 5px;
+
.word {
padding: 20px;
font-size: 14px;
}
}
}
+
.appright {
width: 17%;
background: #fff;
border-radius: 5px;
height: 300px;
+
// height: calc(100vh - 450px);
.wait {
// padding: 20px;
@@ -405,29 +399,35 @@ export default {
font-size: 14px;
padding: 20px 20px 7px 20px;
}
+
.all {
cursor: pointer;
padding: 0 0 20px 0;
}
+
.person {
padding: 20px 20px 0 20px;
font-weight: 600;
font-size: 12px;
}
+
.el-icon-arrow-right {
float: right;
}
+
::v-deep .el-progress__text {
font-size: 12px !important;
// flex: 0.5;
text-align: right;
display: none;
}
+
::v-deep .el-progress {
margin: 13px 0 0 20px;
width: 80%;
}
}
+
.home {
blockquote {
padding: 10px 20px;
@@ -435,12 +435,14 @@ export default {
font-size: 17.5px;
border-left: 5px solid #eee;
}
+
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
+
.col-item {
margin-bottom: 20px;
}
@@ -450,7 +452,11 @@ export default {
margin: 0;
}
- font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family: "open sans",
+ "Helvetica Neue",
+ Helvetica,
+ Arial,
+ sans-serif;
font-size: 13px;
color: #676a6c;
overflow-x: hidden;
@@ -491,4 +497,3 @@ export default {
}
}
-
diff --git a/src/views/system/followupstatistics/index.vue b/src/views/system/followupstatistics/index.vue
new file mode 100644
index 0000000..1399c9e
--- /dev/null
+++ b/src/views/system/followupstatistics/index.vue
@@ -0,0 +1,551 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
AI电话拨打次数
+
1
+
成功率:
+
+
+
+
人工电话拨打次数
+
1
+
成功率:
+
+
+
+
AI电话拨打人数
+
1
+
成功率:
+
+
+
+
人工电话拨打人数
+
1
+
成功率:
+
+
+
+
总通话人数
+
短信发送数
+
小程序通知数
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/questionnaireinquiry/index.vue b/src/views/system/questionnaireinquiry/index.vue
index e3e05e8..cba1367 100644
--- a/src/views/system/questionnaireinquiry/index.vue
+++ b/src/views/system/questionnaireinquiry/index.vue
@@ -16,11 +16,11 @@
@on-template="questionontemplate" ref="questionnaireinquirycomponent"
:hospitalAgencyId="queryParams.hospitalAgencyId">
-
-
+
-
+
@@ -158,6 +158,7 @@ export default {
questionnaireRemark: null,
startDate: null,
endDate: null,
+ patientName: null,
},
visitDate: [],
//详情
@@ -337,14 +338,16 @@ export default {
}