diff --git a/ruoyi-admin/src/main/resources/static/img/foamer2.jpg b/ruoyi-admin/src/main/resources/static/img/foamer2.jpg index bbd80c7..10cb6aa 100644 Binary files a/ruoyi-admin/src/main/resources/static/img/foamer2.jpg and b/ruoyi-admin/src/main/resources/static/img/foamer2.jpg differ diff --git a/ruoyi-admin/src/main/resources/templates/broad/fp.html b/ruoyi-admin/src/main/resources/templates/broad/fp.html index 4c86907..384552b 100644 --- a/ruoyi-admin/src/main/resources/templates/broad/fp.html +++ b/ruoyi-admin/src/main/resources/templates/broad/fp.html @@ -586,9 +586,9 @@ multipleVerticalBarChart1( { xName: data.map(value => value.station_no), - yDataOne: data.map(value => value.pol_yl * 1.3), + yDataOne: data.map(value => (value.pol_yl * 1.1).toFixed(1)), yDataOneName: "POL压力", - yDataTwo: data.map(value => value.so_yl * 1.3), + yDataTwo: data.map(value => (value.so_yl * 1.3).toFixed(1)), yDataTwoName: "ISO压力", }, document.getElementById("top-right")) // 右侧温度