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
f2481089
Commit
f2481089
authored
Feb 29, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复页面样式问题
parent
d39ef2ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/algorithm/scene/index.vue
src/views/algorithm/scene/index.vue
+2
-2
No files found.
src/views/algorithm/scene/index.vue
View file @
f2481089
...
...
@@ -65,7 +65,7 @@
<el-table
v-loading=
"loading"
:data=
"baseList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<
el-table-column
label=
"主键id"
align=
"center"
prop=
"id"
/
>
<
!--
<el-table-column
label=
"主键id"
align=
"center"
prop=
"id"
/>
--
>
<el-table-column
label=
"场景名称"
align=
"center"
prop=
"sceneName"
/>
<el-table-column
label=
"分流预警类型"
align=
"center"
prop=
"alarmTypes"
>
<template
slot-scope=
"scope"
>
...
...
@@ -73,7 +73,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"每秒帧数"
align=
"center"
prop=
"frameSecond"
/>
<el-table-column
label=
"场景摄像头"
align=
"center"
prop=
"cameraIdList"
/>
<el-table-column
label=
"场景摄像头"
show-overflow-tooltip
align=
"center"
prop=
"cameraIdList"
/>
<el-table-column
label=
"算法"
align=
"center"
prop=
"algorithmName"
/>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"160"
>
...
...
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