|
@@ -206,35 +206,35 @@
|
|
|
<el-table-column prop="name" label="模块" />
|
|
|
<el-table-column v-if="activeTab=== 1" prop="newData" label="新增" sortable="custom" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <span @click.stop><span class="table-repair-item1 repair-span" style="cursor: pointer;" @click="getModuleData(scope.row)">{{ scope.row.newData.total }}</span></span>
|
|
|
+ <span @click.stop><span class="table-repair-item1 repair-span" style="cursor: pointer;" @click="getModuleData(scope.row)">{{ scope.row.newData.total }}</span> / </span>
|
|
|
<span class="repair-span">{{ scope.row.newData.detail[0].label }}:{{ scope.row.newData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.newData.detail[1].label }}:{{ scope.row.newData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="newAndReopenData" label="待修复/Reopen" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2">{{ scope.row.newAndReopenData.total }}</span>
|
|
|
+ <span class="table-repair-item1 repair-span2">{{ scope.row.newAndReopenData.total }}</span> /
|
|
|
<span class="repair-span">{{ scope.row.newAndReopenData.detail[0].label }}:{{ scope.row.newAndReopenData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.newAndReopenData.detail[1].label }}:{{ scope.row.newAndReopenData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="waitTestData" label="待测试" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2">{{ scope.row.waitTestData.total }}</span>
|
|
|
+ <span class="table-repair-item1 repair-span2">{{ scope.row.waitTestData.total }}</span> /
|
|
|
<span class="repair-span">{{ scope.row.waitTestData.detail[0].label }}:{{ scope.row.waitTestData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.waitTestData.detail[1].label }}:{{ scope.row.waitTestData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="repairData" label="已完成" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2">{{ scope.row.repairData.total }}</span>
|
|
|
+ <span class="table-repair-item1 repair-span2">{{ scope.row.repairData.total }}</span> /
|
|
|
<span class="repair-span">{{ scope.row.repairData.detail[0].label }}:{{ scope.row.repairData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.repairData.detail[1].label }}:{{ scope.row.repairData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="holdData" label="Hold" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2">{{ scope.row.holdData.total }}</span>
|
|
|
+ <span class="table-repair-item1 repair-span2">{{ scope.row.holdData.total }}</span> /
|
|
|
<span class="repair-span">{{ scope.row.holdData.detail[0].label }}:{{ scope.row.holdData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.holdData.detail[1].label }}:{{ scope.row.holdData.detail[1].total }}</span>
|
|
|
</template>
|
|
@@ -248,7 +248,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="repairTimeAvgPurgeNhData" label="平均修复时长(去除节假日)" min-width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item4 repair-span">{{ scope.row.repairTimeAvgPurgeNhData.total }}</span>
|
|
|
+ <span class="table-repair-item3 repair-span">{{ scope.row.repairTimeAvgPurgeNhData.total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.repairTimeAvgPurgeNhData.detail[0].label }}:{{ scope.row.repairTimeAvgPurgeNhData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.repairTimeAvgPurgeNhData.detail[1].label }}:{{ scope.row.repairTimeAvgPurgeNhData.detail[1].total }}</span>
|
|
|
</template>
|
|
@@ -273,43 +273,43 @@
|
|
|
<template slot-scope="scope">
|
|
|
<span class="table-repair-item1 repair-span" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'newData')">{{ scope.row.newData.total }}</span>
|
|
|
- </span>
|
|
|
+ </span> /
|
|
|
<span class="repair-span">{{ scope.row.newData.detail[0].label }}:{{ scope.row.newData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.newData.detail[1].label }}:{{ scope.row.newData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="newAndReopenData" label="待修复/Reopen" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2" @click.stop>
|
|
|
+ <span class="table-repair-item1 repair-span2" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'newAndReopenData')">{{ scope.row.newAndReopenData.total }}</span>
|
|
|
- </span>
|
|
|
+ </span> /
|
|
|
<span class="repair-span">{{ scope.row.newAndReopenData.detail[0].label }}:{{ scope.row.newAndReopenData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.newAndReopenData.detail[1].label }}:{{ scope.row.newAndReopenData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="waitTestData" label="待测试" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2" @click.stop>
|
|
|
+ <span class="table-repair-item1 repair-span2" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'waitTestData')">{{ scope.row.waitTestData.total }}</span>
|
|
|
- </span>
|
|
|
+ </span> /
|
|
|
<span class="repair-span">{{ scope.row.waitTestData.detail[0].label }}:{{ scope.row.waitTestData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.waitTestData.detail[1].label }}:{{ scope.row.waitTestData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="repairData" label="已完成" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2" @click.stop>
|
|
|
+ <span class="table-repair-item1 repair-span2" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'repairData')">{{ scope.row.repairData.total }}</span>
|
|
|
- </span>
|
|
|
+ </span> /
|
|
|
<span class="repair-span">{{ scope.row.repairData.detail[0].label }}:{{ scope.row.repairData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.repairData.detail[1].label }}:{{ scope.row.repairData.detail[1].total }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="holdData" label="Hold" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item2 repair-span2" @click.stop>
|
|
|
+ <span class="table-repair-item1 repair-span2" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'holdData')">{{ scope.row.holdData.total }}</span>
|
|
|
- </span>
|
|
|
+ </span> /
|
|
|
<span class="repair-span">{{ scope.row.holdData.detail[0].label }}:{{ scope.row.holdData.detail[0].total }}</span>
|
|
|
<span class="repair-span">{{ scope.row.holdData.detail[1].label }}:{{ scope.row.holdData.detail[1].total }}</span>
|
|
|
</template>
|
|
@@ -325,7 +325,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="repairTimeAvgPurgeNhData" label="平均修复时长(去除节假日)" min-width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <span class="table-repair-item4 repair-span" @click.stop>
|
|
|
+ <span class="table-repair-item3 repair-span" @click.stop>
|
|
|
<span style="cursor: pointer;" @click="getBugmembers(scope.row, 'repairTimeAvgPurgeNhData')">{{ scope.row.repairTimeAvgPurgeNhData.total }}</span>
|
|
|
</span>
|
|
|
<span class="repair-span">{{ scope.row.repairTimeAvgPurgeNhData.detail[0].label }}:{{ scope.row.repairTimeAvgPurgeNhData.detail[0].total }}</span>
|
|
@@ -1085,20 +1085,17 @@ export default {
|
|
|
.repair-span {
|
|
|
padding-right: 5px;
|
|
|
}
|
|
|
- .table-repair-item1,.table-repair-item4 {
|
|
|
+ .table-repair-item1 {
|
|
|
color:#4089FF;
|
|
|
margin-right: 5px;
|
|
|
font-size: 16px;
|
|
|
- }
|
|
|
- .table-repair-item2 {
|
|
|
- color:#47D4D5;
|
|
|
- margin-right: 5px;
|
|
|
- font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.table-repair-item3 {
|
|
|
color:#FD978A;
|
|
|
margin-right: 5px;
|
|
|
font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
}
|
|
|
.chart-contain {
|