|
@@ -113,19 +113,7 @@
|
|
|
<el-table-column prop="casePriority" label="用例优先级" />
|
|
|
<el-table-column prop="remark" label="备注" />
|
|
|
</el-table>
|
|
|
- <div class="block">
|
|
|
- <el-pagination
|
|
|
- :current-page="currentPage4"
|
|
|
- :page-sizes="[5, 10, 20]"
|
|
|
- :page-size="5 "
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- :total="400"
|
|
|
- background
|
|
|
- @size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div align="center">
|
|
|
+ <div align="center" class="block">
|
|
|
<el-pagination :current-page="curIndex" background :page-sizes="[5]" :page-size="pageSize" layout="total, prev, pager, next" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
|
|
|
</div>
|
|
|
</el-main>
|