GuLiMmo
2024-01-09 014b651cfbe2827c26431733ee1c5dd0c16f3b9e
src/views/evaluate/evaluateResult.vue
@@ -26,8 +26,9 @@
        </ul>
        <div class="pagination">
          <el-pagination v-model:current-page="page.current" v-model:page-size="page.size" background pager-count="3"
            layout="prev, pager, next" :total="page.total" @size-change="handleSizeChange" small hide-on-single-page
            @current-change="handleCurrentChange" />
            layout="prev, pager, next" :total="page.total" small hide-on-single-page />
            <!-- @size-change="handleSizeChange"
            @current-change="handleCurrentChange" -->
        </div>
      </el-aside>
      <el-main>
@@ -83,6 +84,8 @@
          },
        ],
      },
      // firstRounParams: {},
      // secondRounParams: {}
    };
  },
  methods: {
@@ -103,6 +106,9 @@
    tabChange(value) {
      this.defaultTaskType = value.prop;
      this.getTaskList()
    },
    handleActive(index) {
      this.taskActive = index
    }
  },
  mounted() {