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
a578b144
Commit
a578b144
authored
Aug 19, 2025
by
Cai Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*): 添加cypress测试流程
parent
6024505a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
index.vue
src/views/dustMonitoring/index.vue
+0
-26
No files found.
src/views/dustMonitoring/index.vue
View file @
a578b144
<
template
>
<<<<<<<
HEAD
<div
class=
"dust-box"
data-testid=
"dust-monitoring-container"
>
<div
class=
"top-box"
data-testid=
"dust-monitoring-filters"
>
<el-form
...
...
@@ -37,21 +36,6 @@
:disabled-date=
"disabledFn"
data-testid=
"dust-monitoring-date-picker"
/>
=======
<div
class=
"dust-box"
ref=
"dustBox"
>
<div
class=
"top-box"
>
<el-form
:model=
"form"
label-width=
"auto"
:inline=
"true"
class=
"demo-form-inline"
>
<el-form-item
label=
"除尘器名称"
>
<el-select
v-model=
"form.dusterNo"
placeholder=
"请选择除尘器"
style=
"width: 240px"
filterable
>
<el-option
v-for=
"item in dusterList"
:key=
"item.dusterNo"
:label=
"item.dusterName"
:value=
"item.dusterNo"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"分析时间"
>
<el-date-picker
v-model=
"form.dateValue"
type=
"datetimerange"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
style=
"width: 450px"
popper-class=
"date-picker-popper"
@
calendar-change=
"calendarChange"
@
visible-change=
"visibleChange"
:disabled-date=
"disabledFn"
/>
>>>>>>> ba8db0cce650168320137278b5c55009744aec8e
</el-form-item>
</el-form>
</div>
...
...
@@ -62,17 +46,12 @@
<div
:id=
"'chart' + index"
class=
"chart-item"
></div>
</div>
</div>
<<<<<<<
HEAD
<div
class=
"warn-info"
data-testid=
"dust-monitoring-warnings"
>
<warnCom
title=
"告警"
:listInfo=
"warnInfoList"
@
jumpPage=
"toWarnDetail"
></warnCom>
=======
<div
class=
"warn-info"
>
<warnCom
title=
"告警"
:listInfo=
"warnInfoList"
@
jumpPage=
"toWarnDetail"
></warnCom>
>>>>>>> ba8db0cce650168320137278b5c55009744aec8e
</div>
</div>
<div
class=
"right-box"
data-testid=
"dust-monitoring-info-section"
>
...
...
@@ -132,17 +111,12 @@
</div>
</div>
</div>
<<<<<<<
HEAD
<div
class=
"warn-info"
data-testid=
"dust-monitoring-closed-loops"
>
<warnCom
title=
"闭环"
:listInfo=
"closedLoopInfoList"
@
jumpPage=
"toCircleDetail"
></warnCom>
=======
<div
class=
"warn-info"
>
<warnCom
title=
"闭环"
:listInfo=
"closedLoopInfoList"
@
jumpPage=
"toCircleDetail"
></warnCom>
>>>>>>> ba8db0cce650168320137278b5c55009744aec8e
</div>
</div>
</div>
...
...
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