Browse Source

docs(statisticalAnalysis): 更新培训得分字段名为抽问抽答正确率

修改统计页面中培训得分字段的显示名称,使其更准确地反映实际业务含义
huoyi 1 month ago
parent
commit
0c2ff1199e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/statisticalAnalysis/index.vue

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

@@ -298,7 +298,7 @@ export default {
298
             sortMethodOptions: [
298
             sortMethodOptions: [
299
                 { value: 'seizureEfficiency', text: '查获效率' },
299
                 { value: 'seizureEfficiency', text: '查获效率' },
300
                 { value: 'inspectionPassRate', text: '巡检合格率' },
300
                 { value: 'inspectionPassRate', text: '巡检合格率' },
301
-                { value: 'trainingScore', text: '培训得分' },
301
+                { value: 'trainingScore', text: '抽问抽答正确率' },
302
                 { value: 'totalScore', text: '总分' }
302
                 { value: 'totalScore', text: '总分' }
303
             ],
303
             ],
304
             performanceSortType: 'asc',
304
             performanceSortType: 'asc',
@@ -306,7 +306,7 @@ export default {
306
                 { props: 'name', title: '组织/姓名', slot: true },
306
                 { props: 'name', title: '组织/姓名', slot: true },
307
                 { props: 'seizureEfficiency', title: '查获效率' },
307
                 { props: 'seizureEfficiency', title: '查获效率' },
308
                 { props: 'inspectionPassRate', title: '巡检合格率' },
308
                 { props: 'inspectionPassRate', title: '巡检合格率' },
309
-                { props: 'trainingScore', title: '培训得分' },
309
+                { props: 'trainingScore', title: '抽问抽答正确率' },
310
                 { props: 'totalScore', title: '总分' }
310
                 { props: 'totalScore', title: '总分' }
311
             ],
311
             ],
312
             performanceData: [],
312
             performanceData: [],