Browse Source

优化

master
陈裕财 3 years ago
parent
commit
03cac0045e
  1. 8
      src/views/xm/rpt/product/questionSort.vue
  2. 17
      src/views/xm/rpt/project/taskDayTrend.vue
  3. 8
      src/views/xm/rpt/project/taskSort.vue
  4. 2
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

8
src/views/xm/rpt/product/questionSort.vue

@ -242,7 +242,13 @@
series: [
{
data: this.xmQuestionSortsCpd,
type: 'bar'
type: 'bar',
markPoint: {
data: [
{ type: 'max', name: 'Max' },
{ type: 'min', name: 'Min' }
]
},
}
]
}

17
src/views/xm/rpt/project/taskDayTrend.vue

@ -178,17 +178,12 @@
name:'待领取',
data: this.taskUnstartCntCpd,
type: 'line',
smooth: true,
itemStyle: {
normal: {
//
color: 'orange',
lineStyle: {
// 线
color: 'orange'
}
}
},
markPoint: {
data: [
{ type: 'max', name: 'Max' },
{ type: 'min', name: 'Min' }
]
},
},
{

8
src/views/xm/rpt/project/taskSort.vue

@ -171,7 +171,13 @@
series: [
{
data: this.xmTaskSortsCpd,
type: 'bar'
type: 'bar',
markPoint: {
data: [
{ type: 'max', name: 'Max' },
{ type: 'min', name: 'Min' }
]
},
}
]
}

2
src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

@ -175,7 +175,7 @@
tooltip: {
trigger: 'item',
formatter:'{b} {c}',
formatter:'{b} {c}',
},
barMaxWidth: 100,
toolbox: {

Loading…
Cancel
Save