ZZJ
2021-11-09 f0ef409370c5520f8154b85aeb34ee76aa71617f
src/pages/syslog/views/systemLog.vue
@@ -85,7 +85,6 @@
        <el-table-column
          :align="'center'"
          sortable
          prop="add_time"
          label="级别"
        ></el-table-column>
@@ -118,7 +117,6 @@
          min-width="100px"
          label="主机名"
        ></el-table-column>
      </el-table>
    </div>
@@ -138,7 +136,7 @@
<script>
import { deleteDate } from "@/api/system";
import { pad0 } from "@/api/utils";
import {  } from "@/api/log";
import {} from "@/api/log";
export default {
  data() {
@@ -229,8 +227,8 @@
      this.activeDateChoise = i;
    },
    getOperationLog(typ) {
      if (typ==1) {
        this.page=1
      if (typ == 1) {
        this.page = 1;
      }
      // queryOperationLog({
      //   timeStart: this.timeStart,
@@ -266,8 +264,9 @@
<style lang="scss">
.sys-log {
  margin: 0 auto;
  padding: 10px 8px 10px 5px;
  background-color: rgba(248, 248, 248, 1);
  padding: 0px 8px 10px 5px;
  border-top: 1px solid #e1e0e6;
  background-color: rgba(242, 242, 247, 1);
  width: 100%;
  display: flex;
  flex-direction: column;