1
lzhe
2024-11-10 b434882adac3edd7bf24ca714219188c3978a3c7
src/views/mdc/station-live.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-11-10 18:49:17
 * @LastEditTime: 2024-11-10 19:35:08
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -40,11 +40,21 @@
               </el-table>
            </div>
            <div class="zhou-three content-zhou-border">
               <el-table :data="alarmtableData" style="width: 100%;height:300px;">
               <el-table :data="alarmtableData" style="width: 100%;height:260px;">
                  <el-table-column prop="alarmCode" label="报警号"></el-table-column>
                  <el-table-column prop="alarmMsg" label="报警内容"></el-table-column>
                  <el-table-column prop="alarmTime" label="报警时间"></el-table-column>
               </el-table>
               <el-pagination
                  style="margin-top: 6px;padding-left: 6px;padding-right: 6px;"
                  @size-change="alarmSizeChange"
                  @current-change="alarmCurrentChange"
                  :current-page="currentPage4"
                  :page-sizes="[15, 50, 100]"
                  :page-size="15"
                  layout="total, sizes, prev, pager, next, jumper"
                  :total="alarmtotal">
               </el-pagination>
            </div>
         </div>
         <div>------------------------------------</div>