diff --git a/src/views/DataAnalyse/components/CustomTableHeaderCell.vue b/src/views/DataAnalyse/components/CustomTableHeaderCell.vue index b43ee1da..924a2105 100644 --- a/src/views/DataAnalyse/components/CustomTableHeaderCell.vue +++ b/src/views/DataAnalyse/components/CustomTableHeaderCell.vue @@ -7,7 +7,7 @@
-
+
{{ content }}
下载全部附件
diff --git a/src/views/DataAnalyse/kndiagram/components/chartPage.vue b/src/views/DataAnalyse/kndiagram/components/chartPage.vue index 96e8d86b..d888b02a 100644 --- a/src/views/DataAnalyse/kndiagram/components/chartPage.vue +++ b/src/views/DataAnalyse/kndiagram/components/chartPage.vue @@ -60,7 +60,7 @@ const xy = [{ type: 'scatter', data: [[(worse.avg-0),0 ]], - itemStyle: {color: '#1C6FFF'}, + itemStyle: {color: '#70b936', opacity: 0}, markLine: { symbol:'none', silent:true, @@ -76,7 +76,7 @@ { type: 'scatter', data: [[0,(better.avg-0)]], - itemStyle: {color: '#1C6FFF'}, + itemStyle: {color: '#70b936', opacity: 0}, markLine: { symbol:'none', silent:true, @@ -92,7 +92,7 @@ const optionData = { max:el, type: 'scatter', - itemStyle: {}, + itemStyle: {color: '#70b936'}, data: [], label:{ show:true, @@ -104,10 +104,11 @@ } newData.push(optionData) }) - if(newData[0])newData[0].itemStyle ={color: '#33A6C7'} - if(newData[1])newData[1].itemStyle ={color: '#F59646'} - if(newData[2])newData[2].itemStyle ={color: '#397ADC'} - if(newData[3])newData[3].itemStyle ={color: '#E24D4D'} + console.log('newData========',newData); + // if(newData[0])newData[0].itemStyle ={color: '#33A6C7'} + // if(newData[1])newData[1].itemStyle ={color: '#F59646'} + // if(newData[2])newData[2].itemStyle ={color: '#397ADC'} + // if(newData[3])newData[3].itemStyle ={color: '#E24D4D'} newData.forEach(el=>{ data.forEach(cel => { // if(cel.max===el.max){ diff --git a/src/views/planetDesign/Design/questions/psm/Psm.vue b/src/views/planetDesign/Design/questions/psm/Psm.vue index 1edd7130..8107c2f9 100644 --- a/src/views/planetDesign/Design/questions/psm/Psm.vue +++ b/src/views/planetDesign/Design/questions/psm/Psm.vue @@ -14,6 +14,7 @@ >