Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
海康威视
web-project
Commits
7af2d7f2
Commit
7af2d7f2
authored
Sep 20, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
灭火器详情显示bug
parent
3f620fc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
ExtinguisherHistoryPage.vue
...ws/AIStation/ExtinguisherPage/ExtinguisherHistoryPage.vue
+2
-2
RecyclePumpHistoryPage.vue
...iews/AIStation/RecyclePumpPage/RecyclePumpHistoryPage.vue
+1
-3
No files found.
src/views/AIStation/ExtinguisherPage/ExtinguisherHistoryPage.vue
View file @
7af2d7f2
...
@@ -237,8 +237,8 @@ const handleSortChange = (data) => {
...
@@ -237,8 +237,8 @@ const handleSortChange = (data) => {
<el-form
ref=
"form"
:model=
"singleDetails"
size=
"small"
label-width=
"90px"
class=
"my-custom-form"
>
<el-form
ref=
"form"
:model=
"singleDetails"
size=
"small"
label-width=
"90px"
class=
"my-custom-form"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备名称:"
prop=
"
relateDeviceId
"
>
<el-form-item
label=
"设备名称:"
prop=
"
srcName
"
>
<span>
{{ singleDetails.
relateDeviceId
|| '-' }}
</span>
<span>
{{ singleDetails.
srcName
|| '-' }}
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
src/views/AIStation/RecyclePumpPage/RecyclePumpHistoryPage.vue
View file @
7af2d7f2
<
script
setup
>
<
script
setup
>
import
{
reactive
,
ref
,
onMounted
,
watch
}
from
"vue"
;
import
{
reactive
,
ref
,
onMounted
,
watch
}
from
"vue"
;
import
{
getPipListHistoryData
}
from
"../../../api/AIStation/PipelineTemp.js"
;
import
{
getAudio
,
getRecycleListHistoryData
}
from
"../../../api/AIStation/RecyclePump.js"
;
import
{
getAudio
,
getRecycleListAlarmData
,
getRecycleListHistoryData
}
from
"../../../api/AIStation/RecyclePump.js"
;
import
store
from
"../../../store/index.js"
;
import
WaveSurfer
from
'wavesurfer.js'
;
import
WaveSurfer
from
'wavesurfer.js'
;
import
TimelinePlugin
from
'wavesurfer.js/dist/plugin/wavesurfer.timeline'
;
import
TimelinePlugin
from
'wavesurfer.js/dist/plugin/wavesurfer.timeline'
;
import
RegionsPlugin
from
'wavesurfer.js/dist/plugin/wavesurfer.regions'
;
import
RegionsPlugin
from
'wavesurfer.js/dist/plugin/wavesurfer.regions'
;
...
...
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