feat: 修改tkx大屏内容

This commit is contained in:
zty 2024-10-25 15:34:29 +08:00
parent 81b75aaaca
commit 6502325099
2 changed files with 34 additions and 57 deletions

View File

@ -503,7 +503,7 @@ export default {
}, },
splitLine: { splitLine: {
show: false, show: true,
lineStyle: { lineStyle: {
type: "dashed", //y线 type: "dashed", //y线
color: "rgba(102,102,102,0.9)", color: "rgba(102,102,102,0.9)",
@ -513,45 +513,36 @@ export default {
}, },
series: [], series: [],
}, },
option2 :{ // option2 : {
color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"], // color: ["#80FFA5", "#00DDFF", "#37A2FF", "#FF0087", "#FFBF00"],
tooltip: { // tooltip: {
trigger: 'axis', // trigger: 'axis'
axisPointer: { // },
type: 'cross', // legend: {
label: { // data: ['Email', 'Union Ads', 'Video Ads', 'Direct', 'Search Engine']
backgroundColor: '#6a7985' // },
} // grid: {
} // left: '3%',
}, // right: '4%',
legend: { // bottom: '3%',
data: [] // containLabel: true
}, // },
toolbox: { // toolbox: {
feature: { // feature: {
saveAsImage: {} // saveAsImage: {}
} // }
}, // },
grid: { // xAxis: {
left: '3%', // type: 'category',
right: '4%', // boundaryGap: false,
bottom: '3%', // data: []
containLabel: true // },
}, // yAxis: {
xAxis: [ // type: 'value'
{ // },
type: 'category', // series: [
boundaryGap: false, // ]
data: [] // },
}
],
yAxis: [
{
type: 'value'
}
],
series: [],
},
radarSeriesData: [0, 0, 0, 0, 0], radarSeriesData: [0, 0, 0, 0, 0],
radarOption: { radarOption: {
radar: { radar: {
@ -829,7 +820,6 @@ export default {
{ {
name: "熟料", name: "熟料",
type: "line", type: "line",
stack: "Total",
smooth: true, smooth: true,
lineStyle: { lineStyle: {
width: 0, width: 0,
@ -847,7 +837,6 @@ export default {
{ {
name: "水泥", name: "水泥",
type: "line", type: "line",
stack: "Total",
smooth: true, smooth: true,
lineStyle: { lineStyle: {
width: 0, width: 0,
@ -865,7 +854,6 @@ export default {
{ {
name: "出厂水泥", name: "出厂水泥",
type: "line", type: "line",
stack: "Total",
smooth: true, smooth: true,
lineStyle: { lineStyle: {
width: 0, width: 0,
@ -1015,37 +1003,31 @@ export default {
{ {
name: '原料压缩空气', name: '原料压缩空气',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData data: seriesData
}, },
{ {
name: '原料车间用水', name: '原料车间用水',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData1 data: seriesData1
}, },
{ {
name: '烧成压缩空气', name: '烧成压缩空气',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData2 data: seriesData2
}, },
{ {
name: '烧成车间用水', name: '烧成车间用水',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData3 data: seriesData3
}, },
{ {
name: '水泥压缩空气', name: '水泥压缩空气',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData4 data: seriesData4
}, },
{ {
name: '水泥车间用水', name: '水泥车间用水',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData5 data: seriesData5
} }
] ]
@ -1310,31 +1292,26 @@ export default {
{ {
name: 'f-CaO', name: 'f-CaO',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData data: seriesData
}, },
{ {
name: '立升重', name: '立升重',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData1 data: seriesData1
}, },
{ {
name: 'SO3', name: 'SO3',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData2 data: seriesData2
}, },
{ {
name: '比表面积', name: '比表面积',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData3 data: seriesData3
}, },
{ {
name: '掺量', name: '掺量',
type: 'line', type: 'line',
stack: 'Total',
data: seriesData4 data: seriesData4
}, },
] ]

View File

@ -219,7 +219,7 @@
class="numCell" class="numCell"
v-if="reportItem.出磨水泥_SO3_rate_pass" v-if="reportItem.出磨水泥_SO3_rate_pass"
> >
{{ reportItem.出磨水泥_SO3_rate_pass * 100 }} {{ (reportItem.出磨水泥_SO3_rate_pass * 100).toFixed(2) }}
</td> </td>
<td class="numCell" v-else>0</td> <td class="numCell" v-else>0</td>
<td class="numCell">比表面积合格率%</td> <td class="numCell">比表面积合格率%</td>
@ -227,7 +227,7 @@
class="numCell" class="numCell"
v-if="reportItem.出磨水泥_比表面积_rate_pass" v-if="reportItem.出磨水泥_比表面积_rate_pass"
> >
{{ reportItem.出磨水泥_比表面积_rate_pass * 100 }} {{ (reportItem.出磨水泥_比表面积_rate_pass * 100).toFixed(2) }}
</td> </td>
<td class="numCell" v-else>0</td> <td class="numCell" v-else>0</td>
<td class="numCell">掺量合格率%</td> <td class="numCell">掺量合格率%</td>
@ -235,7 +235,7 @@
class="numCell" class="numCell"
v-if="reportItem.出磨水泥_掺量_rate_pass" v-if="reportItem.出磨水泥_掺量_rate_pass"
> >
{{ reportItem.出磨水泥_掺量_rate_pass * 100 }} {{ (reportItem.出磨水泥_掺量_rate_pass * 100).toFixed(2) }}
</td> </td>
<td class="numCell" v-else>0</td> <td class="numCell" v-else>0</td>
</tr> </tr>