Browse Source

标段概况

MaiXinRong 5 years ago
parent
commit
06b77f718f
1 changed files with 6 additions and 4 deletions
  1. 6 4
      app/view/tender/detail.ejs

+ 6 - 4
app/view/tender/detail.ejs

@@ -154,14 +154,14 @@
             text: '标段期进度'
         },
         tooltip : {
-            trigger: 'axis'
+            trigger: 'axis',
         },
         calculable : true,
         legend: {
             data:['本期合同计量','本期数量变更计量','截至上期累计完成','本期完成计量','完成度']
         },
         dataZoom: [
-            {show: true,start: 0, end: 100}
+            {show: true, start: 0, end: 100}
         ],
         xAxis : [
             {
@@ -182,7 +182,8 @@
                 axisLabel : {
                     formatter: '{value} 元'
                 },
-                splitArea : {show : true}
+                splitArea : {show : true},
+                splitLine : {show : true},
             },
             {
                 type : 'value',
@@ -191,7 +192,8 @@
                     formatter: '{value} %'
                 },
                 position: 'right',
-                splitArea : {show : true}
+                splitArea : {show : false},
+                splitLine : {show : false},
             }
         ],
         series : [