From 017886be8a6c07ccaaf6300b8c7652ddbd41d734 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期一, 15 一月 2024 16:50:08 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue |   80 ++++++++++++++++++----------------------
 1 files changed, 36 insertions(+), 44 deletions(-)

diff --git a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
index 91078d8..c7adad0 100644
--- a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
+++ b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -39,20 +39,18 @@
                 </a-select>
               </a-form-item>
             </a-col>
-          </a-row>
-          <a-row :gutter="24">
-            <a-col :md="9" :sm="9" :xs="9">
-              <a-checkbox-group :value="checkedList" :default-value="['lyl']" :options="efficiencyOptions"
-                                @change="efficiencyOptionsOnChange"/>
-            </a-col>
-            <a-col :md="5" :sm="5">
+            <a-col :md="7" :sm="7" :xs="7">
               <a-space>
                 <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
                 <a-button type="primary" @click="searchReset" icon="reload">閲嶇疆</a-button>
                 <a-button type="primary" @click="exportExcel" icon="download">瀵煎嚭</a-button>
               </a-space>
             </a-col>
-            <a-col :md="10" :sm="10">
+          </a-row>
+          <a-row :gutter="24">
+            <a-col :md="24" :sm="24" :xs="24" style="display: flex;justify-content: space-between">
+              <a-checkbox-group :value="checkedList" :default-value="['lyl']" :options="efficiencyOptions"
+                                @change="efficiencyOptionsOnChange"/>
               <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;">
                 <tr>
                   <td v-for="(item, index) in identifying">{{item.title}}</td>
@@ -118,9 +116,20 @@
               <tbody>
               <tr class="mathData" v-for="(item, index) in dataList">
                 <template v-if="item.level1!=='鍚堣'&&item.level1!=='骞冲潎鍊�'">
-                  <td  class="tdgu kaitou wenzi" :rowspan="item.level1span" :class="{hidden: item.level1dis,noExl:item.level1dis}"  v-show="!item.level1dis">{{item.level1}}</td>
-                  <td  class="tdgu1 kaitou wenzi" :rowspan="item.level2span" :class="{hidden: item.level2dis,noExl:item.level2dis}"  v-show="!item.level2dis">{{item.level2}}</td>
-                  <td  class="tdgu2 kaitou wenzi" :rowspan="item.level3span" :class="{hidden: item.level3dis,noExl:item.level3dis}"  v-show="!item.level3dis">{{item.level3}}</td>
+                  <td  class="tdgu kaitou" :rowspan="item.level1span" :class="{hidden: item.level1dis,noExl:item.level1dis}"  v-show="!item.level1dis">
+                    <div class="wenzi">
+                    {{item.level1}}
+                  </div></td>
+                  <td  class="tdgu1 kaitou" :rowspan="item.level2span" :class="{hidden: item.level2dis,noExl:item.level2dis}"  v-show="!item.level2dis">
+                    <div class="wenzi">
+                      {{item.level2}}
+                    </div>
+                  </td>
+                  <td  class="tdgu2 kaitou" :rowspan="item.level3span" :class="{hidden: item.level3dis,noExl:item.level3dis}"  v-show="!item.level3dis">
+                    <div class="wenzi">
+                      {{item.level3}}
+                    </div>
+                  </td>
                   <td class="tdgu3  kaitou">{{item.equipmentId}}</td>
                   <td class="tdgu4  kaitou" style="min-width: 162px; max-width: 162px;width: 162px;">{{item.equipmentName}}</td>
                   <td class="tdgu5  kaitou">{{item.equipmentType}}</td>
@@ -590,27 +599,32 @@
     top:0;
     z-index: 3;
   }
+
   .table2 thead .gudingth th{
     position: sticky;
     top: 32px;
     z-index: 2;
   }
+
   .table2 thead .equipname .name{
     z-index: 3;
   }
+
   .table2 thead .equipname .dong1{
     z-index: 4;
     left: 0;
-    /*border: 1px solid #000;*/
   }
+
   .table2 thead .equipname .dong2{
     z-index: 5;
     left: 50px;
   }
+
   .table2 thead .equipname .dong3{
     z-index: 5;
     left: 100px;
   }
+
   .table2 thead .equipname .dong4{
     z-index: 5;
     left: 150px;
@@ -619,43 +633,48 @@
     z-index: 5;
     left: 250px;
   }
+
   .table2 thead .equipname .dong6{
     z-index: 5;
     left: 412px;
   }
+
   .table2 thead .equipname .dong7{
     z-index: 6;
     left: 512px;
   }
 
+  #EfficiencyShift{
+    overflow: hidden;
+  }
+
   @media screen and (min-width: 1920px){
     #EfficiencyShift{
       height: 670px!important;
-      overflow: scroll;
     }
   }
+
   @media screen and (min-width: 1680px) and (max-width: 1920px){
     #EfficiencyShift{
       height: 670px!important;
-      overflow: scroll;
     }
   }
+
   @media screen and (min-width: 1400px) and (max-width: 1680px){
     #EfficiencyShift{
       height: 522px!important;
-      overflow: scroll;
     }
   }
+
   @media screen and (min-width: 1280px) and (max-width: 1400px){
     #EfficiencyShift{
       height: 414px!important;
-      overflow: scroll;
     }
   }
+
   @media screen and (max-width: 1280px){
     #EfficiencyShift{
       height: 414px!important;
-      overflow: scroll;
     }
   }
 
@@ -681,10 +700,6 @@
     text-align: center;
   }
 
-  .dataContent .fixed th {
-    width: 50px;
-  }
-
   .dataContent .thead th {
     background-color: #fafafa;
     text-align: center;
@@ -692,31 +707,8 @@
     padding: 5px;
   }
 
-  .dataContent .notfixed th {
-    width: auto;
-  }
-
-  /*.dataContent tr td {*/
-    /*height: 35px*/
-  /*}*/
-
   .dataContent .mathData td {
     padding: 10px;
-    /*display: none;*/
   }
-
-  .dataContent .mathData .td {
-    /*background-color: #ff9bd2;*/
-    display: inline-block;
-    padding: 10px;
-  }
-
-  .dataContent .mathData .tdd {
-    /*display: none;*/
-  }
-  /*.seach-content{*/
-    /*display: flex;*/
-    /*justify-content: space-between;*/
-  /*}*/
 
 </style>
\ No newline at end of file

--
Gitblit v1.9.3