Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RuoYi-Vue-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
AI算法平台
RuoYi-Vue-ui
Commits
0a679116
Commit
0a679116
authored
Mar 15, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:摄像头增加所属矿区字段
parent
7cf0f0f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/views/algorithm/camera/index.vue
src/views/algorithm/camera/index.vue
+8
-2
No files found.
src/views/algorithm/camera/index.vue
View file @
0a679116
...
...
@@ -60,7 +60,7 @@
<!--
<el-table-column
label=
"主键id"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"摄像头名"
align=
"center"
prop=
"cameraName"
/>
<el-table-column
label=
"摄像头编号"
show-overflow-tooltip
align=
"center"
prop=
"rtsp"
/>
<
!--
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
--
>
<
el-table-column
label=
"所属矿区"
align=
"center"
prop=
"belong"
/
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"160"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
...
...
@@ -109,6 +109,12 @@
<el-form-item
label=
"摄像头编号"
prop=
"rtsp"
>
<el-input
v-model=
"form.rtsp"
placeholder=
"请输入摄像头编号"
/>
</el-form-item>
<el-form-item
label=
"所属矿区"
prop=
"belong"
>
<el-select
v-model=
"form.belong"
placeholder=
"请选择"
>
<el-option
key=
"1"
label=
"乌海矿"
value=
"乌海矿"
></el-option>
<el-option
key=
"2"
label=
"海南矿"
value=
"海南矿"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"排序"
prop=
"sort"
>
<el-input
v-model=
"form.sort"
placeholder=
"请输入排序"
/>
</el-form-item>
...
...
@@ -207,7 +213,7 @@
sort
:
null
,
status
:
null
,
delFlag
:
null
,
createBy
:
null
,
belong
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
,
...
...
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