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
2703dc60
Commit
2703dc60
authored
Sep 14, 2024
by
liwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cee45df2
dee8feee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
VoiceCommandPage.vue
src/views/AIStation/VoiceCommandPage.vue
+10
-1
No files found.
src/views/AIStation/VoiceCommandPage.vue
View file @
2703dc60
...
@@ -58,6 +58,14 @@ function loadData(){
...
@@ -58,6 +58,14 @@ function loadData(){
ipAddress
:
queryParams
.
value
.
ipAddress
,
ipAddress
:
queryParams
.
value
.
ipAddress
,
macAddress
:
queryParams
.
value
.
macAddress
,
macAddress
:
queryParams
.
value
.
macAddress
,
}
}
if
(
item
.
stationId
===
undefined
||
item
.
beginTime
==
null
||
item
.
endTime
==
null
||
item
.
ipAddress
===
undefined
||
item
.
macAddress
===
undefined
){
item
.
stationId
=
''
item
.
endTime
=
''
item
.
beginTime
=
''
item
.
ipAddress
=
''
item
.
macAddress
=
''
}
console
.
log
(
'item:'
,
item
)
console
.
log
(
'item:'
,
item
)
//查询数据
//查询数据
getVoiceCommandsData
(
item
).
then
(
res
=>
{
getVoiceCommandsData
(
item
).
then
(
res
=>
{
...
@@ -173,6 +181,7 @@ const handleCurrentChange = (val) => {
...
@@ -173,6 +181,7 @@ const handleCurrentChange = (val) => {
};
};
function
handleDetail
(
row
)
{
function
handleDetail
(
row
)
{
singleDetails
=
{}
console
.
log
(
'row:'
,
row
)
console
.
log
(
'row:'
,
row
)
singleDetails
=
row
singleDetails
=
row
detailOpen
.
value
=
true
detailOpen
.
value
=
true
...
@@ -252,7 +261,7 @@ watch(
...
@@ -252,7 +261,7 @@ watch(
:data=
"VoiceCommandData"
:data=
"VoiceCommandData"
border
border
style=
"width: 98%;margin-left: 15px"
style=
"width: 98%;margin-left: 15px"
height=
"calc(85vh - 170px)"
height=
"calc(8
6.
5vh - 170px)"
:header-cell-class-name=
"tableHeaderClass"
:header-cell-class-name=
"tableHeaderClass"
:row-class-name=
"tableBodyClass"
:row-class-name=
"tableBodyClass"
>
>
...
...
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