Explorar o código

Merge branch 'statistical-analysis' into dev

huoyi hai 1 mes
pai
achega
ce71ee845a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: [],