|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="wait-task-exam part-box part-box-pad part-box-border">
|
|
|
+ <div class="wait-task-exam-task part-box part-box-pad part-box-border">
|
|
|
<div class="task-head part-box part-box-flex">
|
|
|
<h3>
|
|
|
命题待办(<span class="color-danger">{{ total }}</span
|
|
@@ -35,6 +35,7 @@
|
|
|
</div>
|
|
|
<div class="text-center">
|
|
|
<el-pagination
|
|
|
+ v-if="tasks.length"
|
|
|
background
|
|
|
layout="prev, pager, next"
|
|
|
:current-page="current"
|
|
@@ -62,7 +63,7 @@ import { residueFloorTime } from "@/plugins/utils";
|
|
|
import { TASK_WARNING_TIME } from "@/constants/enumerate";
|
|
|
|
|
|
export default {
|
|
|
- name: "wait-task-exam",
|
|
|
+ name: "wait-task-exam-task",
|
|
|
components: { ModifyTaskApply },
|
|
|
data() {
|
|
|
return {
|