|
@@ -36,7 +36,6 @@
|
|
|
<el-table
|
|
|
ref="asideTable"
|
|
|
:data="cptOverviews"
|
|
|
- height="100%"
|
|
|
stripe
|
|
|
highlight-current-row
|
|
|
@row-click="handleClickOverview"
|
|
@@ -64,7 +63,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</aside>
|
|
|
- <div style="width: 780px;padding: 0 20px;overflow-y:scroll; position: relative" id="scrollWrapper">
|
|
|
+ <div style="min-width: 800px;padding: 0 20px;overflow-y:scroll; position: relative" id="scrollWrapper">
|
|
|
<div style="position: absolute; top: 20px; left: 20px">
|
|
|
<span
|
|
|
v-if="patient.auditState === 'NONE'"
|
|
@@ -902,13 +901,6 @@
|
|
|
<!-- todo 额外填写的内容用组件的方式写在这里-->
|
|
|
<!-- </div>-->
|
|
|
</div>
|
|
|
- <div style="width: 300px; padding: 100px 0 0 20px;font-size: 18px;font-weight: bold">
|
|
|
- 据国家卫健委要求,<br/>
|
|
|
- 数据中如有空项,<br/>
|
|
|
- 应保留为空,<br/>
|
|
|
- 不得以“—”、“-”、“/”<br/>
|
|
|
- 等内容代表空项。
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|