Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 year ago
parent
commit
48e9970503
1 changed files with 12 additions and 5 deletions
  1. 12 5
      src/xt_pages/workforce/Patientshift.vue

+ 12 - 5
src/xt_pages/workforce/Patientshift.vue View File

@@ -2,6 +2,9 @@
2 2
   <div class="main-contain">
3 3
     <div class="position">
4 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 8
     </div>
6 9
     <div class="app-container" style="background-color: white">
7 10
       <div id="print_content">
@@ -43,9 +46,9 @@
43 46
               inactive-text="OFF">
44 47
             </el-switch>
45 48
           </div>
46
-          <div style="display: inline-block;position: relative;right: -30%;">
49
+          <!-- <div style="display: inline-block;position: relative;right: -30%;">
47 50
             <el-button type="primary"  @click="quan_ping">全屏</el-button>
48
-          </div>
51
+          </div> -->
49 52
         </div>
50 53
         <div class="table_panel"  v-for="(item, index) in tableData" :key="index">
51 54
           <table class="table">
@@ -224,6 +227,12 @@
224 227
     </div>
225 228
     <!-- 全屏 -->
226 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 236
        <div style="margin: 20px 0;">
228 237
           <div class="content_top">日期:
229 238
             <el-date-picker
@@ -262,9 +271,7 @@
262 271
               inactive-text="OFF">
263 272
             </el-switch>
264 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 275
         </div>
269 276
         <div class="table_panel"  v-for="(item, index) in tableData" :key="index">
270 277
           <table class="table">