管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-14 b671529a86644b7496279c469fa683f58be222e1
src/views/maintenance/downlog.vue
@@ -25,6 +25,7 @@
          :label="$t('operatManage.operationLogObj.operationType')"
        >
          <el-select
            :popper-append-to-body="false"
            v-model="sizeForm.type"
            :placeholder="$t('operatManage.operationLogObj.pleaseSelect')"
          >
@@ -56,6 +57,7 @@
            v-model="sizeForm.start"
            style="width: 100%"
            type="datetime"
            :popper-class="popperclass"
            :placeholder="$t('operatManage.operationLogObj.optionDate')"
          ></el-date-picker>
        </el-form-item>
@@ -74,7 +76,7 @@
          </el-date-picker>
        </el-form-item>
        <el-form-item>
        <el-form-item style="float:right">
          <el-button
            @click="onSubmit"
            icon="el-icon-search"
@@ -145,7 +147,7 @@
          @size-change="handleSizeChange"
          @current-change="handleCurrentChange"
          :current-page="listData.pageIndex"
          :page-sizes="[10, 20, 30, 40]"
          :page-sizes="[10, 20, 50, 100]"
          :page-size="listData.pageSize"
          layout="total, sizes, prev, pager, next, jumper"
          :total="count"
@@ -169,6 +171,7 @@
  data() {
    return {
      popperclass: '',
      sizeForm: {
        start: null,
        end: null,
@@ -314,7 +317,6 @@
    width: 300px;
  }
  .inquire {
    overflow: auto;
    padding: 10px;
    margin-top: 20px;