Commit a6b49428 authored by Cai Wei's avatar Cai Wei

Merge branch 'dev' of https://app.bmetech.com/liuzhaohui/dctomproject into dev

parents c2dcbe65 6c0b3eab
......@@ -5,8 +5,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="./public/tailwindcss/index.js"></script>
<link rel="stylesheet" href="./public/tailwindcss/index.css">
<script src="/tailwindcss/index.js"></script>
<link rel="stylesheet" href="/tailwindcss/index.css">
<title>DCTOM</title>
<style type="text/tailwindcss">
@layer utilities {
......
......@@ -462,8 +462,8 @@ const getDustDetail = () => {
getGaugeOption({
value: dustInfo[0].value / 100,
chartName: "压差",
min: 1,
max: 100,
min: parseInt(res.data.pressureDiffLow),
max: parseInt(res.data.pressureDiffHigh),
})
);
indicatorFun(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment