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
11620f95
Commit
11620f95
authored
Oct 09, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AI无人站bug修改
parent
5380562d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/AIStation/MoveMonitorPage/index.vue
+1
-1
VoiceCommandLocationPage.vue
src/views/AIStation/VoiceCommandLocationPage.vue
+1
-1
No files found.
src/views/AIStation/MoveMonitorPage/index.vue
View file @
11620f95
...
@@ -13,7 +13,7 @@ import {
...
@@ -13,7 +13,7 @@ import {
}
from
"../../../api/AIStation/MoveMonitor.js"
;
}
from
"../../../api/AIStation/MoveMonitor.js"
;
import
{
useRoute
}
from
"vue-router"
;
import
{
useRoute
}
from
"vue-router"
;
import
{
handleGetAIToken
}
from
"../AItoken.js"
;
import
{
handleGetAIToken
}
from
"../AItoken.js"
;
import
ExtinguisherNewDataPage
from
"../ExtinguisherPage/ExtinguisherNewDataPage.vue"
;
import
{
ElMessage
}
from
"element-plus"
;
import
{
ElMessage
}
from
"element-plus"
;
...
...
src/views/AIStation/VoiceCommandLocationPage.vue
View file @
11620f95
...
@@ -707,7 +707,7 @@ function validateIp(rule, value, callback) {
...
@@ -707,7 +707,7 @@ function validateIp(rule, value, callback) {
<el-form
label-width=
"80px"
>
<el-form
label-width=
"80px"
>
<el-form-item
label=
"换热站:"
>
<el-form-item
label=
"换热站:"
>
<el-cascader
:options=
"options"
v-model=
"addOrUpdateForm.stationId"
filterable
clearable
:show-all-levels=
"false"
<el-cascader
:options=
"options"
v-model=
"addOrUpdateForm.stationId"
filterable
clearable
:show-all-levels=
"false"
placeholder=
"请选择"
style=
"
min-width: 652px;
"
/>
placeholder=
"请选择"
style=
"
width: 100%
"
/>
<!-- <el-select v-model="addOrUpdateForm.stationId" placeholder="请选择" filterable clearable>-->
<!-- <el-select v-model="addOrUpdateForm.stationId" placeholder="请选择" filterable clearable>-->
<!-- <el-option-->
<!-- <el-option-->
<!-- v-for="item in options"-->
<!-- v-for="item in options"-->
...
...
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