Răsfoiți Sursa

优化需求统计

qinzhipeng_v@didiglobal.com 4 ani în urmă
părinte
comite
787ec4bfea
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)'