|
|
|
|
2
|
<div class="main-contain">
|
2
|
<div class="main-contain">
|
3
|
<div class="position">
|
3
|
<div class="position">
|
4
|
<bread-crumb :crumbs="crumbs" style="flex:1;"></bread-crumb>
|
4
|
<bread-crumb :crumbs="crumbs" style="flex:1;"></bread-crumb>
|
|
|
5
|
+ <!-- <div style="display: inline-block;position: relative;right: -30%;"> -->
|
|
|
6
|
+ <el-button type="primary" @click="quan_ping">全屏</el-button>
|
|
|
7
|
+ <!-- </div> -->
|
5
|
</div>
|
8
|
</div>
|
6
|
<div class="app-container" style="background-color: white">
|
9
|
<div class="app-container" style="background-color: white">
|
7
|
<div id="print_content">
|
10
|
<div id="print_content">
|
|
|
|
|
43
|
inactive-text="OFF">
|
46
|
inactive-text="OFF">
|
44
|
</el-switch>
|
47
|
</el-switch>
|
45
|
</div>
|
48
|
</div>
|
46
|
- <div style="display: inline-block;position: relative;right: -30%;">
|
|
|
|
|
49
|
+ <!-- <div style="display: inline-block;position: relative;right: -30%;">
|
47
|
<el-button type="primary" @click="quan_ping">全屏</el-button>
|
50
|
<el-button type="primary" @click="quan_ping">全屏</el-button>
|
48
|
- </div>
|
|
|
|
|
51
|
+ </div> -->
|
49
|
</div>
|
52
|
</div>
|
50
|
<div class="table_panel" v-for="(item, index) in tableData" :key="index">
|
53
|
<div class="table_panel" v-for="(item, index) in tableData" :key="index">
|
51
|
<table class="table">
|
54
|
<table class="table">
|
|
|
|
|
224
|
</div>
|
227
|
</div>
|
225
|
<!-- 全屏 -->
|
228
|
<!-- 全屏 -->
|
226
|
<div id="patient_quan" style="width: 100%;background: #fff;" v-if="quanping==true">
|
229
|
<div id="patient_quan" style="width: 100%;background: #fff;" v-if="quanping==true">
|
|
|
230
|
+ <div class="position">
|
|
|
231
|
+ <bread-crumb :crumbs="crumbs" style="flex:1;"></bread-crumb>
|
|
|
232
|
+ <!-- <div style="display: inline-block;position: relative;right: -30%;"> -->
|
|
|
233
|
+ <el-button type="primary" @click="quan_ping">取消全屏</el-button>
|
|
|
234
|
+ <!-- </div> -->
|
|
|
235
|
+ </div>
|
227
|
<div style="margin: 20px 0;">
|
236
|
<div style="margin: 20px 0;">
|
228
|
<div class="content_top">日期:
|
237
|
<div class="content_top">日期:
|
229
|
<el-date-picker
|
238
|
<el-date-picker
|
|
|
|
|
262
|
inactive-text="OFF">
|
271
|
inactive-text="OFF">
|
263
|
</el-switch>
|
272
|
</el-switch>
|
264
|
</div>
|
273
|
</div>
|
265
|
- <div style="display: inline-block;position: relative;right: -30%;">
|
|
|
266
|
- <el-button type="primary" @click="quan_ping">取消全屏</el-button>
|
|
|
267
|
- </div>
|
|
|
|
|
274
|
+
|
268
|
</div>
|
275
|
</div>
|
269
|
<div class="table_panel" v-for="(item, index) in tableData" :key="index">
|
276
|
<div class="table_panel" v-for="(item, index) in tableData" :key="index">
|
270
|
<table class="table">
|
277
|
<table class="table">
|