-
@@ -560,8 +350,8 @@ export default {
e.dateType == "summaryDate"
? "3"
: e.dateType == "medicalStartDate"
- ? "2"
- : "1",
+ ? "2"
+ : "1",
};
if (e.customerOrgId) {
@@ -631,7 +421,7 @@ export default {
).then((res) => {
if (res.code != -1) {
const sysConfig = JSON.parse(window.sessionStorage.getItem('sysConfig'))
- this.reportUrl = sysConfig.apiurl+ res.data.reportUrl;
+ this.reportUrl = sysConfig.apiurl + res.data.reportUrl;
}
});
}
@@ -772,6 +562,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: 15px;
display: flex;
@@ -782,13 +573,16 @@ page-break-before: avoid;}}`, // 去除页眉页脚
font-size: 400;
font-family: "NotoSansSC-Regular";
}
+
.box {
display: flex;
flex-direction: column;
}
+
::v-deep .el-table__header-wrapper th.backcolor {
background-color: #f5f7fa;
}
+
:deep .left-align .cell {
text-align: left !important;
}