MrShi
昨天 3d7be16ba28560f6d308d4e405310b0d1c0d5855
admin/src/views/system/loginLog.vue
@@ -40,7 +40,7 @@
    </el-form>
    <!-- 表格和分页 -->
    <template v-slot:table-wrap>
      <el-table v-loading="isWorking.search" :data="tableData.list" stripe
      <el-table v-loading="isWorking.search" :data="tableData.list" stripe :height="tableHeightNew"
        :default-sort="{ prop: 'loginTime', order: 'descending' }" @sort-change="handleSortChange">
        <el-table-column prop="loginUsername" label="登录用户名" min-width="100px"></el-table-column>
        <el-table-column prop="ip" label="登录IP" min-width="120px"></el-table-column>