diff --git a/src/views/bigScreen/index_enm.vue b/src/views/bigScreen/index_enm.vue index 2961e237..3c436aa4 100644 --- a/src/views/bigScreen/index_enm.vue +++ b/src/views/bigScreen/index_enm.vue @@ -503,7 +503,7 @@ export default { }, splitLine: { - show: false, + show: true, lineStyle: { type: "dashed", //y轴分割线类型 color: "rgba(102,102,102,0.9)", @@ -513,45 +513,36 @@ export default { }, series: [], }, - option2 :{ - color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], - tooltip: { - trigger: 'axis', - axisPointer: { - type: 'cross', - label: { - backgroundColor: '#6a7985' - } - } - }, - legend: { - data: [] - }, - toolbox: { - feature: { - saveAsImage: {} - } - }, - grid: { - left: '3%', - right: '4%', - bottom: '3%', - containLabel: true - }, - xAxis: [ - { - type: 'category', - boundaryGap: false, - data: [] - } - ], - yAxis: [ - { - type: 'value' - } - ], - series: [], - }, + // option2 : { + // color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], + // tooltip: { + // trigger: 'axis' + // }, + // legend: { + // data: ['Email', 'Union Ads', 'Video Ads', 'Direct', 'Search Engine'] + // }, + // grid: { + // left: '3%', + // right: '4%', + // bottom: '3%', + // containLabel: true + // }, + // toolbox: { + // feature: { + // saveAsImage: {} + // } + // }, + // xAxis: { + // type: 'category', + // boundaryGap: false, + // data: [] + // }, + // yAxis: { + // type: 'value' + // }, + // series: [ + // ] + // }, radarSeriesData: [0, 0, 0, 0, 0], radarOption: { radar: { @@ -829,7 +820,6 @@ export default { { name: "熟料", type: "line", - stack: "Total", smooth: true, lineStyle: { width: 0, @@ -847,7 +837,6 @@ export default { { name: "水泥", type: "line", - stack: "Total", smooth: true, lineStyle: { width: 0, @@ -865,7 +854,6 @@ export default { { name: "出厂水泥", type: "line", - stack: "Total", smooth: true, lineStyle: { width: 0, @@ -1015,37 +1003,31 @@ export default { { name: '原料压缩空气', type: 'line', - stack: 'Total', data: seriesData }, { name: '原料车间用水', type: 'line', - stack: 'Total', data: seriesData1 }, { name: '烧成压缩空气', type: 'line', - stack: 'Total', data: seriesData2 }, { name: '烧成车间用水', type: 'line', - stack: 'Total', data: seriesData3 }, { name: '水泥压缩空气', type: 'line', - stack: 'Total', data: seriesData4 }, { name: '水泥车间用水', type: 'line', - stack: 'Total', data: seriesData5 } ] @@ -1310,31 +1292,26 @@ export default { { name: 'f-CaO', type: 'line', - stack: 'Total', data: seriesData }, { name: '立升重', type: 'line', - stack: 'Total', data: seriesData1 }, { name: 'SO3', type: 'line', - stack: 'Total', data: seriesData2 }, { name: '比表面积', type: 'line', - stack: 'Total', data: seriesData3 }, { name: '掺量', type: 'line', - stack: 'Total', data: seriesData4 }, ] diff --git a/src/views/enm_mill/handoverLog.vue b/src/views/enm_mill/handoverLog.vue index 3e47949f..848c1fd5 100644 --- a/src/views/enm_mill/handoverLog.vue +++ b/src/views/enm_mill/handoverLog.vue @@ -219,7 +219,7 @@ class="numCell" v-if="reportItem.出磨水泥_SO3_rate_pass" > - {{ reportItem.出磨水泥_SO3_rate_pass * 100 }} + {{ (reportItem.出磨水泥_SO3_rate_pass * 100).toFixed(2) }}