gaoluyang
2 天以前 ffb1bd190e9d4263c8c7d6c0096e0ec844cb3b52
src/views/monitor/logininfor/index.vue
@@ -1,5 +1,6 @@
<template>
   <div class="app-container">
     <div style="background: #ffffff;padding: 20px 16px">
      <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
         <el-form-item label="登录地址" prop="ipaddr">
            <el-input
@@ -122,6 +123,7 @@
         @pagination="getList"
      />
   </div>
   </div>
</template>
<script setup name="Logininfor">