|
@@ -98,7 +98,7 @@
|
|
{{ scope.row.devFixTimePurgeNH/(1000 * 3600) | numFilter }}
|
|
{{ scope.row.devFixTimePurgeNH/(1000 * 3600) | numFilter }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column v-if="type === '缺陷状态' || type === '优先级' " prop="bugStatusName" label="状态" min-width="100" align="center">
|
|
|
|
|
|
+ <el-table-column v-if="type === '缺陷状态' || type === '优先级' || title === '缺陷统计数据' " prop="bugStatusName" label="状态" min-width="100" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.bugStatusName }}
|
|
{{ scope.row.bugStatusName }}
|
|
</template>
|
|
</template>
|