浏览代码

优化需求统计

qinzhipeng_v@didiglobal.com 4 年之前
父节点
当前提交
787ec4bfea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/quality/components/tables/index.vue

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

@@ -200,7 +200,7 @@ export default {
         return 'calc(100vh - 363px)'
       } else if (this.title === '需求方向分布图数据' || this.title === `模块分布图数据`) {
         return 'calc(100vh - 200px)'
-      } else if (this.title === '累计新增' || this.title === '技术准入' || this.title === '累计上线' || this.title === '累计hold' || this.title === '累计修复' || this.title === '累计reopen') {
+      } else if (this.title === '累计新增' || this.title === 'PRD评审通过' || this.title === '技术准入' || this.title === '累计上线' || this.title === '累计hold' || this.title === '累计修复' || this.title === '累计reopen') {
         return 'calc(100vh - 134px)'
       } else if (this.title === '模块分布数据') {
         return 'calc(100vh - 175px)'