Browse Source

优化

master
陈裕财 3 years ago
parent
commit
7ce04341a5
  1. 2
      src/views/xm/rpt/product/menuAgeDist.vue
  2. 2
      src/views/xm/rpt/product/menuAttDist.vue
  3. 2
      src/views/xm/rpt/product/questionAgeDist.vue
  4. 18
      src/views/xm/rpt/product/questionAttDist.vue
  5. 2
      src/views/xm/rpt/product/questionRetestDist.vue
  6. 2
      src/views/xm/rpt/project/taskAgeDist.vue
  7. 2
      src/views/xm/rpt/project/taskAttDist.vue
  8. 2
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

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

@ -224,7 +224,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmMenuAgeDistsCpd,
emphasis: {
itemStyle: {

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

@ -281,7 +281,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmMenuAttDistsCpd,
emphasis: {
itemStyle: {

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

@ -253,7 +253,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmQuestionAgeDistsCpd,
emphasis: {
itemStyle: {

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

@ -305,10 +305,26 @@
bottom: 'bottom',
data:this.legendCpd,
},
graphic: {
type: 'text',
left: 'center',
top: 'center',
style: {
// text: '',
text:
'总数'+this.total ,
textAlign: 'center',
fill: '#333',
width: 30,
height: 30,
fontSize: 14
}
},
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmQuestionAttDistsCpd,
emphasis: {
itemStyle: {

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

@ -288,7 +288,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmQuestionRetestDistsCpd,
emphasis: {
itemStyle: {

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

@ -198,7 +198,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmTaskAgeDistsCpd,
emphasis: {
itemStyle: {

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

@ -258,7 +258,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmTaskAttDistsCpd,
emphasis: {
itemStyle: {

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

@ -230,7 +230,7 @@
series: [
{
type: 'pie',
radius: '50%',
radius: ['50%','70%'],
data: this.xmTestCaseToPlanCalcListCpd,
emphasis: {
itemStyle: {

Loading…
Cancel
Save