|
@@ -574,18 +574,21 @@ export default {
|
|
|
value.xaxis = ['全部', 'P0', 'P1', 'P2', 'P3']
|
|
|
this.requireList = value
|
|
|
this.openDrawer = true
|
|
|
+ window.log({ c: 'statistic', d: 'task_defect_statistics_data' })
|
|
|
},
|
|
|
clickCount(value, data) {
|
|
|
value.title = '报告统计数据'
|
|
|
value.xaxis = ['全部', '提测报告', '测试日报', '准出报告']
|
|
|
this.requireList = { ...value, reportData: data }
|
|
|
this.openDrawer = true
|
|
|
+ window.log({ c: 'statistic', d: 'task_report_statistics_data' })
|
|
|
},
|
|
|
getTaskDat(value) {
|
|
|
value.title = '任务分布图数据'
|
|
|
value.toType = '任务'
|
|
|
this.requireList = { ...value, ...this.distributeData }
|
|
|
this.openDrawer = true
|
|
|
+ window.log({ c: 'statistic', d: 'task_distribution_data' })
|
|
|
},
|
|
|
statusStayChart(value, list, data) {
|
|
|
value.title = '状态停留分布图数据'
|
|
@@ -594,6 +597,7 @@ export default {
|
|
|
value.statusList = data
|
|
|
this.requireList = { ...value, xaxis: data.xaxis }
|
|
|
this.openDrawer = true
|
|
|
+ window.log({ c: 'statistic', d: 'task_state_stay_data' })
|
|
|
},
|
|
|
clone(v) {
|
|
|
this.drawer = v
|