fix: #568 门诊日结排版 #571 撤回流程 #579 报表格式

This commit is contained in:
2026-05-24 14:37:31 +08:00
parent 310847eae4
commit 24ad69dfed
2 changed files with 52 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div busNo="app-container">
<div class="app-container">
<el-form
style="margin-top: 20px; margin-left: 20px"
:model="queryParams"
@@ -97,7 +97,7 @@
<el-row
:gutter="10"
busNo="mb8"
class="mb8"
style="margin-left: 20px; margin-right: 0px; margin-bottom: 5px"
>
<el-col :span="1.5">
@@ -268,7 +268,7 @@
/>
<el-row
:gutter="10"
busNo="mb8"
class="mb8"
style="
margin-top: 10px;
display: flex;
@@ -620,7 +620,6 @@ const arraySpanMethod = ({ row, column, rowIndex, columnIndex }) => {
break;
}
}
rowspan++;
}
return { rowspan, colspan: 1 };