Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘照晖
DC-TOM
Commits
a6b49428
Commit
a6b49428
authored
May 28, 2025
by
Cai Wei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://app.bmetech.com/liuzhaohui/dctomproject
into dev
parents
c2dcbe65
6c0b3eab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
index.html
+2
-2
index.vue
src/views/dustMonitoring/index.vue
+2
-2
No files found.
index.html
View file @
a6b49428
...
...
@@ -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
{
...
...
src/views/dustMonitoring/index.vue
View file @
a6b49428
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment