|
@@ -286,17 +286,13 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination
|
|
|
- style="margin-top: 20px"
|
|
|
- @size-change="handleSizeChangeForTestRight"
|
|
|
- @current-change="handleCurrentChangeForTestRight"
|
|
|
- :current-page="currentPageForTestRight"
|
|
|
- :page-sizes="[10]"
|
|
|
- :page-size="pageSizeForTestRight"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- :total="totalForTestRight"
|
|
|
- >
|
|
|
- </el-pagination>
|
|
|
+
|
|
|
+ <div class="txt-center" style="margin-top: 20px">
|
|
|
+ <el-pagination @size-change="handleSizeChangeForTestRight" @current-change="handleCurrentChangeForTestRight" :current-page="currentPageForTestRight"
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="pageSizeForTestRight" background layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ :total="totalForTestRight">
|
|
|
+ </el-pagination>
|
|
|
+ </div>
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog
|
|
@@ -405,16 +401,12 @@
|
|
|
/>
|
|
|
</el-table>
|
|
|
|
|
|
- <el-pagination
|
|
|
- style="margin-top: 20px"
|
|
|
- @size-change="handleSizeChangeForUser"
|
|
|
- @current-change="handleCurrentChangeForUser"
|
|
|
- :current-page="currentPageForUser"
|
|
|
- :page-sizes="[10]"
|
|
|
- :page-size="pageSizeForUser"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- :total="totalForUser"
|
|
|
- />
|
|
|
+ <div class="txt-center" style="margin-top: 20px">
|
|
|
+ <el-pagination @size-change="handleSizeChangeForUser" @current-change="handleCurrentChangeForUser" :current-page="currentPageForUser"
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="pageSizeForUser" background layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ :total="totalForUser">
|
|
|
+ </el-pagination>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-if="userOrGroup == 1">
|
|
|
<el-table :data="allGroups" size="small" >
|
|
@@ -803,15 +795,10 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div class="txt-center" style="margin-top: 20px">
|
|
|
- <el-pagination
|
|
|
- @size-change="handleSizeChangeForMainProject"
|
|
|
- @current-change="handleCurrentChangeForMainProject"
|
|
|
- :current-page="currentPageForMainProject"
|
|
|
- :page-size="pageSizeForMainProject"
|
|
|
- :total="totalForMainProject"
|
|
|
- :page-sizes="[10]"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- />
|
|
|
+ <el-pagination @size-change="handleSizeChangeForMainProject" @current-change="handleCurrentChangeForMainProject" :current-page="currentPageForMainProject"
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="pageSizeForMainProject" background layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ :total="totalForMainProject">
|
|
|
+ </el-pagination>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -903,30 +890,20 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div class="txt-center" style="margin-top: 20px">
|
|
|
- <el-pagination
|
|
|
- @size-change="handleSizeChangeForMainPersonnel"
|
|
|
- @current-change="handleCurrentChangeForMainPersonnel"
|
|
|
- :current-page="currentPageForMainPersonnel"
|
|
|
- :page-size="pageSizeForMainPersonnel"
|
|
|
- :total="totalForMainPersonnel"
|
|
|
- :page-sizes="[10]"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- />
|
|
|
+ <el-pagination @size-change="handleSizeChangeForMainPersonnel" @current-change="handleCurrentChangeForMainPersonnel" :current-page="currentPageForMainPersonnel"
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="pageSizeForMainPersonnel" background layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ :total="totalForMainPersonnel">
|
|
|
+ </el-pagination>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-dialog>
|
|
|
<!-- 查看进度 -->
|
|
|
<div class="txt-center" style="margin-top: 20px">
|
|
|
- <el-pagination
|
|
|
- @size-change="handleSizeChangeForMain"
|
|
|
- @current-change="handleCurrentChangeForMain"
|
|
|
- :current-page="currentPageForMain"
|
|
|
- :page-sizes="[10, 20, 50, 100]"
|
|
|
- :page-size="pageSizeForMain"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- :total="totalForMain"
|
|
|
- />
|
|
|
+ <el-pagination @size-change="handleSizeChangeForMain" @current-change="handleCurrentChangeForMain" :current-page="currentPageForMain"
|
|
|
+ :page-sizes="[10, 20, 50, 100]" :page-size="pageSizeForMain" background layout="total, sizes, prev, pager, next, jumper"
|
|
|
+ :total="totalForMain">
|
|
|
+ </el-pagination>
|
|
|
</div>
|
|
|
<el-dialog
|
|
|
:close-on-click-modal="false"
|
|
@@ -1125,9 +1102,9 @@ export default {
|
|
|
}
|
|
|
return {
|
|
|
systemVersion: systemVersion,
|
|
|
- success1: "#409eff",
|
|
|
+ success1: "#259A07",
|
|
|
percentage: 20,
|
|
|
- customColor: "#409eff",
|
|
|
+ customColor: "#259A07",
|
|
|
progressContendsList: [],
|
|
|
progressUsersList: [],
|
|
|
testPlanId: null,
|