Browse Source

refactor(统计页面): 将科室相关术语更新为主管术语并调整统计维度

更新统计页面中的科室查获数量排行为主管查获数量排行,同时将默认统计维度从科级调整为其他值
huoyi 3 weeks ago
parent
commit
ea4124b813
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/pages/statisticalAnalysis/index.vue

+ 4 - 4
src/pages/statisticalAnalysis/index.vue

@@ -55,10 +55,10 @@
55 55
                 </div>
56 56
             </div>
57 57
 
58
-            <!-- 科室查获数量排行 -->
58
+            <!-- 主管查获数量排行 -->
59 59
             <div class="rank-section">
60 60
                 <div class="rank-header">
61
-                    <div class="rank-title">科室查获效率排行</div>
61
+                    <div class="rank-title">主管查获效率排行</div>
62 62
                 </div>
63 63
 
64 64
                 <div v-for="(dept, i) in departmentRank" :key="'dept-' + i" class="rank-item">
@@ -272,7 +272,7 @@ export default {
272 272
             dividerIndex: 0,
273 273
             // 查获效率数据 - 参考getSeizeDataItems方法中test/zhijianke角色的实现
274 274
             efficiencyData: [],
275
-            // 科室排行数据
275
+            // 主管排行数据
276 276
             departmentRank: [],
277 277
             // 大队排行数据
278 278
             brigadeRank: [],
@@ -307,7 +307,7 @@ export default {
307 307
             ],
308 308
 
309 309
             // 绩效表格数据
310
-            statisticalDimension: '3', // 统计维度:1-人员, 2-班级, 3-科级
310
+            statisticalDimension: '4', // 统计维度:1-人员, 2-班级, 3-科级
311 311
             sortMethod: 'totalScore', // 排序方式:seizureEfficiency-查获效率, inspectionPassRate-巡检合格率, trainingScore-培训得分, totalScore-总分
312 312
             // 统计维度选项
313 313
             statisticalDimensionOptions: [