| | |
| | | <basic-container>
|
| | | <avue-tabs :option="taskTypeList" @change="tabChange"></avue-tabs>
|
| | | <el-container class="container">
|
| | | <el-aside width="250px">
|
| | | <el-aside width="300px">
|
| | | <el-input v-model="taskWord" class="search-box" clearable placeholder="请输入任务名称" @change="searchChange">
|
| | | <template #append>
|
| | | <el-button icon="el-icon-search"></el-button>
|
| | |
| | | </template>
|
| | | </ul>
|
| | | <div class="pagination">
|
| | | <el-pagination v-model:current-page="page.current" v-model:page-size="page.size" background pager-count="3"
|
| | | <el-pagination v-model:current-page="page.current" v-model:page-size="page.size" background :pager-count="5"
|
| | | layout="prev, pager, next" :total="page.total" @current-change="handleCurrentChange" small
|
| | | hide-on-single-page />
|
| | | hide-on-single-page/>
|
| | | </div>
|
| | | </el-aside>
|
| | | <el-main>
|
| | |
| | | },
|
| | | 2: {
|
| | | text: '已完成',
|
| | | type: 'primary'
|
| | | type: ''
|
| | | },
|
| | | }
|
| | | // firstRounParams: {},
|