|
@@ -346,7 +346,7 @@
|
|
|
<el-pagination
|
|
|
background
|
|
|
:current-page="currentPage"
|
|
|
- :page-sizes="[15]"
|
|
|
+ :page-sizes="[15, 20, 25, 30]"
|
|
|
:page-size="15"
|
|
|
layout="total, prev, pager, next, jumper"
|
|
|
:total="total"
|
|
@@ -733,7 +733,6 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
click_launchTestInfoDOS(e) {
|
|
|
- console.log(e.index)
|
|
|
var url = window.location.href // 获取url中"?"符后的字
|
|
|
this.taskId = url.split('?id=')
|
|
|
switch (e.index) {
|
|
@@ -787,9 +786,6 @@ export default {
|
|
|
this.tiem_date.endTime = res.data.scheduleListResponse.endTime // 结束时间
|
|
|
this.arr_event = res.data.scheduleListResponse.schedulDetailResponseList
|
|
|
this.table_loading = false
|
|
|
- // this.launchTestInfoDOS = res.data.launchTestInfoDOS // 提测
|
|
|
- // this.dailyTestReports = res.data.dailyTestReports // 测试
|
|
|
- // this.projectTestReportDOS = res.data.projectTestReportDOS // 准出
|
|
|
this.bug_list(-1)
|
|
|
this.task_form.bugBaseInfoDOList !== null ? (this.bugBaseInfoDOList = res.date.bugBaseInfoDOList) : (this.bugBaseInfoDOList = []) // bug
|
|
|
const param = {
|
|
@@ -1388,11 +1384,13 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-<style lang="stylus" scoped>
|
|
|
+
|
|
|
+<style lang="stylus">
|
|
|
.footer .el-tabs__nav-wrap::after {
|
|
|
background-color: #FFFFFF !important;
|
|
|
}
|
|
|
-
|
|
|
+</style>
|
|
|
+<style lang="stylus" scoped>
|
|
|
.bgborderButton .el-button--info.is-plain:hover {
|
|
|
background: #3f9eff !important;
|
|
|
border-color: #3f9eff !important;
|