Kaynağa Gözat

样式修改

sunzehao 1 ay önce
ebeveyn
işleme
ecbc977dd5

+ 10 - 9
src/views/economicsOperation/windAnalyse/singleWindAnasyle/windDetailDialog.vue

@@ -461,11 +461,6 @@
           </div>
         </el-col>
         <el-col :span="9" style="height: 100%">
-          <panel
-            class="table-panel outline"
-            :title="'当日报警记录'"
-            :showLine="false"
-          >
             <!-- <el-table
               :data="warnTableData.data"
               height="calc(100% - 33px)"
@@ -480,6 +475,11 @@
                 :prop="item.field"
               />
             </el-table> -->
+          <!-- <panel
+            class="table-panel outline"
+            :title="'当日报警记录'"
+            :showLine="false"
+          >
             <Table :data="warnTableData" :canScroll="true" :height="'23vh'" :maxHeight="'190px'" :ispage="true" />
             <el-pagination
               v-if="warnPage.total > 0"
@@ -503,16 +503,17 @@
             :showLine="false"
           >
             <Table :data="stopTableData" :canScroll="true" :height="'23vh'" />
-          </panel>
+          </panel> -->
           <panel
             class="table-panel outline"
             :title="'当月报警排行'"
             :showLine="false"
+            style="height: 95vh"
           >
             <Table
               :data="monthWarnRecordData"
               :canScroll="true"
-              :height="'23vh'"
+              :height="'85vh'"
             />
           </panel>
         </el-col>
@@ -1161,13 +1162,13 @@ export default {
             is_light: false,
           },
           {
-            name: "停机时间",
+            name: "开始时间",
             field: "stoptime",
             is_num: false,
             is_light: false,
           },
           {
-            name: "恢复时间",
+            name: "结束时间",
             field: "starttime",
             is_num: false,
             is_light: false,