-
+
-
+ " ref="imageDom">
+
-
+
+
+ {{ scope.row.percentage + '%' }}
+
+
-
-
+
+ ">
疾病人数统计
-
@@ -166,23 +122,13 @@
-
+
-
+
@@ -351,8 +297,8 @@ page-break-before: avoid;}}`, // 去除页眉页脚
e.dateType == "summaryDate"
? "3"
: e.dateType == "medicalStartDate"
- ? "2"
- : "1",
+ ? "2"
+ : "1",
};
if (e.customerOrgId) {
@@ -375,8 +321,15 @@ page-break-before: avoid;}}`, // 去除页眉页脚
});
}
+
+
body.customerOrgs = customerOrgs;
body.diagnosisIds = diagnosisIds;
+ if(this.patientRegister.query.completeFlags && Array.isArray(this.patientRegister.query.completeFlags) && this.patientRegister.query.completeFlags.length > 0){
+ body.completeFlags = this.patientRegister.query.completeFlags
+ }else{
+ delete body['completeFlags']
+ }
// if (this.patientRegister.query.isCharge) body.isCharge = this.patientRegister.query.isCharge
@@ -388,7 +341,7 @@ page-break-before: avoid;}}`, // 去除页眉页脚
this.dataList = res.data;
this.yAxisData = [];
this.seriesData = [];
- this.pieData=[]
+ this.pieData = []
let pies = {
name: "",
value: 0,
@@ -525,6 +478,7 @@ page-break-before: avoid;}}`, // 去除页眉页脚
@import "../../assets/css/global_form.css";
@import "../../assets/css/global_input.css";
@import "../../assets/css/global.css";
+
.query {
margin-right: 10px;
display: flex;
@@ -535,10 +489,12 @@ page-break-before: avoid;}}`, // 去除页眉页脚
font-size: 400;
font-family: "NotoSansSC-Regular";
}
+
.box {
display: flex;
flex-direction: column;
}
+
::v-deep .el-input__inner {
/*text-align: center;*/
padding-left: 5px;
@@ -558,7 +514,12 @@ page-break-before: avoid;}}`, // 去除页眉页脚
::v-deep .el-icon-search:before {
color: #00F;
}
-.query:last-child{
+
+.query:last-child {
margin-right: 0;
}
+.spanClass {
+ font-size: 14px;
+ padding: 0 2px 0 0;
+}