Эх сурвалжийг харах

优化缺陷统计数据状态没显示

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
13b6277040

+ 1 - 1
src/views/quality/components/tables/index.vue

@@ -98,7 +98,7 @@
           {{ scope.row.devFixTimePurgeNH/(1000 * 3600) | numFilter }}
         </template>
       </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">
           {{ scope.row.bugStatusName }}
         </template>