Browse Source

优化

master
陈裕财 3 years ago
parent
commit
41505d0696
  1. 5
      src/views/xm/rpt/branch/branchWorkItemDayList.vue
  2. 11
      src/views/xm/rpt/branch/menuDayAccumulate.vue
  3. 6
      src/views/xm/rpt/branch/menuDayTrend.vue
  4. 11
      src/views/xm/rpt/branch/questionDayAccumulate.vue
  5. 6
      src/views/xm/rpt/branch/questionDayTrend.vue
  6. 5
      src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
  7. 6
      src/views/xm/rpt/iteration/burnout.vue
  8. 11
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  9. 6
      src/views/xm/rpt/iteration/menuDayTrend.vue
  10. 11
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  11. 6
      src/views/xm/rpt/iteration/questionDayTrend.vue
  12. 6
      src/views/xm/rpt/product/menuAgeDist.vue
  13. 6
      src/views/xm/rpt/product/menuAttDist.vue
  14. 6
      src/views/xm/rpt/product/menuDayAccumulate.vue
  15. 6
      src/views/xm/rpt/product/menuDayTrend.vue
  16. 3
      src/views/xm/rpt/product/menuSort.vue
  17. 5
      src/views/xm/rpt/product/productWorkItemDayList.vue
  18. 6
      src/views/xm/rpt/product/questionAgeDist.vue
  19. 18
      src/views/xm/rpt/product/questionDayAccumulate.vue
  20. 6
      src/views/xm/rpt/product/questionDayTrend.vue
  21. 6
      src/views/xm/rpt/product/questionRetestDist.vue
  22. 5
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  23. 3
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  24. 5
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  25. 6
      src/views/xm/rpt/project/taskAgeDist.vue
  26. 6
      src/views/xm/rpt/project/taskAttDist.vue
  27. 22
      src/views/xm/rpt/project/taskDayAccumulate.vue
  28. 6
      src/views/xm/rpt/project/taskDayTrend.vue
  29. 3
      src/views/xm/rpt/project/taskSort.vue
  30. 6
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  31. 3
      src/views/xm/rpt/testPlan/testDayTimesCalc.vue
  32. 6
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  33. 6
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

5
src/views/xm/rpt/branch/branchWorkItemDayList.vue

@ -3,7 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -167,8 +167,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

11
src/views/xm/rpt/branch/menuDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="iterationMenuDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationMenuDayAccumulate" ></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -177,14 +176,10 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始', '执行中', '已完成', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
toolbox: {

6
src/views/xm/rpt/branch/menuDayTrend.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationMenuDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationMenuDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -173,8 +172,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始故事数','执行中故事数','已完成故事数','已关闭故事数']
},
xAxis: {

11
src/views/xm/rpt/branch/questionDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="iterationQuestionDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationQuestionDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -165,14 +164,10 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出', '执行中', '已解决', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
toolbox: {

6
src/views/xm/rpt/branch/questionDayTrend.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationQuestionDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationQuestionDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -174,8 +173,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出','执行中','已解决','已关闭']
},
xAxis: {

5
src/views/xm/rpt/iteration/IterationWorkItemDayList.vue

@ -3,7 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -209,8 +209,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

6
src/views/xm/rpt/iteration/burnout.vue

@ -5,8 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="burnout"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="burnout"></div>
<div class="progress"></div>
</div>
</el-col>
@ -224,8 +223,7 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['理想线','预估剩余工时', '剩余工时']
},
xAxis: {

11
src/views/xm/rpt/iteration/menuDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="iterationMenuDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationMenuDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -219,14 +218,10 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始', '执行中', '已完成', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
xAxis: {

6
src/views/xm/rpt/iteration/menuDayTrend.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationMenuDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationMenuDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -217,8 +216,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始故事数','执行中故事数','已完成故事数','已关闭故事数']
},
xAxis: {

11
src/views/xm/rpt/iteration/questionDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="iterationQuestionDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationQuestionDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -206,14 +205,10 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出', '执行中', '已解决', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
toolbox: {

6
src/views/xm/rpt/iteration/questionDayTrend.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="iterationQuestionDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="iterationQuestionDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -216,8 +215,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出','执行中','已解决','已关闭']
},
xAxis: {

6
src/views/xm/rpt/product/menuAgeDist.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmMenuAgeDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmMenuAgeDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -195,8 +194,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

6
src/views/xm/rpt/product/menuAttDist.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmMenuAttDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmMenuAttDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -252,8 +251,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

6
src/views/xm/rpt/product/menuDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="menuDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="menuDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -201,8 +200,7 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始', '执行中', '已完成', '已关闭']
},
grid: {

6
src/views/xm/rpt/product/menuDayTrend.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="menuDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="menuDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -199,8 +198,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['未开始故事数','执行中故事数','已完成故事数','已关闭故事数']
},
xAxis: {

3
src/views/xm/rpt/product/menuSort.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmMenuSort"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmMenuSort"></div>
<div class="progress"></div>
</div>
</el-col>

5
src/views/xm/rpt/product/productWorkItemDayList.vue

@ -4,7 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="productWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="productWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -193,8 +193,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

6
src/views/xm/rpt/product/questionAgeDist.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmQuestionAgeDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmQuestionAgeDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -221,8 +220,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

18
src/views/xm/rpt/product/questionDayAccumulate.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="questionDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="questionDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -191,14 +190,10 @@
}
},
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出', '执行中', '已解决', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
toolbox: {
@ -258,12 +253,7 @@
areaStyle: {},
emphasis: {
focus: 'series'
},
label: {
show: true,
position: 'top'
},
},
data: this.closedBugsCpd,
}
]

6
src/views/xm/rpt/product/questionDayTrend.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="questionDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="questionDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -199,8 +198,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['新提出','执行中','已解决','已关闭']
},
xAxis: {

6
src/views/xm/rpt/product/questionRetestDist.vue

@ -3,8 +3,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmQuestionRetestDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmQuestionRetestDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -256,8 +255,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

5
src/views/xm/rpt/project/projectWorkItemDayList.vue

@ -5,7 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="projectWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="projectWorkItemDayList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -188,8 +188,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

3
src/views/xm/rpt/project/projectWorkloadSetDayList.vue

@ -206,8 +206,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

5
src/views/xm/rpt/project/projectWorkloadSetMonthList.vue

@ -5,7 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="projectWorkloadSetMonthList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="projectWorkloadSetMonthList" :style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -207,8 +207,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
},
dataset: {

6
src/views/xm/rpt/project/taskAgeDist.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmTaskAgeDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmTaskAgeDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -166,8 +165,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

6
src/views/xm/rpt/project/taskAttDist.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmTaskAttDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmTaskAttDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -226,8 +225,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

22
src/views/xm/rpt/project/taskDayAccumulate.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18"> <div>
<div class="main" id="taskDayAccumulate"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="taskDayAccumulate"></div>
</div>
</el-col>
<el-col :span="6" class="border">
@ -178,18 +177,14 @@
backgroundColor: '#6a7985'
}
}
},
},
calculable: true,
barMaxWidth: 100,
legend: {
top:'5%',
left: 'center',
legend: {
bottom: 'bottom',
data: ['未开始', '执行中', '已完成', '已关闭']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
grid: {
containLabel: true
},
toolbox: {
@ -249,11 +244,6 @@
emphasis: {
focus: 'series'
},
label: {
show: true,
position: 'top'
},
data: this.taskCloseCntCpd,
}
]

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

@ -5,8 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="taskDayTrend"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="taskDayTrend"></div>
<div class="progress"></div>
</div>
</el-col>
@ -189,8 +188,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['待领取','执行中','已完成','已结算','已关闭']
},
xAxis: {

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

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="xmTaskSort"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="xmTaskSort"></div>
<div class="progress"></div>
</div>
</el-col>

6
src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

@ -5,8 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="testPlanCaseExecStatusDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="testPlanCaseExecStatusDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -199,8 +198,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

3
src/views/xm/rpt/testPlan/testDayTimesCalc.vue

@ -4,8 +4,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="testDayTimesCalc"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="testDayTimesCalc"></div>
<div class="progress"></div>
</div>
</el-col>

6
src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

@ -5,8 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="testPlanCaseExecStatusDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="testPlanCaseExecStatusDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -192,8 +191,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data:this.legendCpd,
},
series: [

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

@ -5,8 +5,7 @@
<el-row :gutter="5" >
<el-col :span="18">
<div>
<div class="main" id="testPlanCaseUserDist"
:style="{width:'100%',height:(maxTableHeight>600?600:maxTableHeight)+'px',overflow: 'hidden'}"></div>
<div class="echart-box" id="testPlanCaseUserDist"></div>
<div class="progress"></div>
</div>
</el-col>
@ -213,8 +212,7 @@
calculable: true,
legend: {
top:'5%',
left: 'center',
bottom: 'bottom',
data: ['已执行', '未执行']
},
xAxis: {

Loading…
Cancel
Save