Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
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
xinkong
holo-web
Commits
b891f84a
Commit
b891f84a
authored
Nov 09, 2024
by
wuquanxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数修改
parent
cf7b67ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
cameraVideo.vue
wj-smartcity/src/components/Standard/cameraVideo.vue
+10
-10
No files found.
wj-smartcity/src/components/Standard/cameraVideo.vue
View file @
b891f84a
...
...
@@ -12,16 +12,16 @@
:data=
"tableData"
height=
"180PX"
style=
"width: 100%;"
>
<el-table-column
prop=
"channelName"
label=
"通道名称"
show-overflow-tooltip
width=
"60"
/>
<el-table-column
prop=
"startTime"
label=
"统计开始时间"
show-overflow-tooltip
width=
"80"
/>
<el-table-column
prop=
"flowTypeDes"
align=
"right"
show-overflow-tooltip
label=
"车道号"
width=
"45"
/>
<el-table-column
prop=
"laneNo"
align=
"right"
show-overflow-tooltip
label=
"车道类型"
width=
"80"
/>
<el-table-column
prop=
"vehicleCount"
align=
"right"
show-overflow-tooltip
label=
"车道总流量"
width=
"80"
/>
<el-table-column
prop=
"straightCount"
align=
"right"
show-overflow-tooltip
label=
"直行通道车辆数"
width=
"90"
/>
<el-table-column
prop=
"leftCount"
align=
"right"
show-overflow-tooltip
label=
"左转通道车辆数"
width=
"90"
/>
<el-table-column
prop=
"rightCount"
align=
"right"
show-overflow-tooltip
label=
"右转通道车辆数"
width=
"90"
/>
<el-table-column
prop=
"turnCount"
align=
"right"
show-overflow-tooltip
label=
"掉头通道车辆数"
width=
"90"
/>
<el-table-column
prop=
"producer"
label=
"厂商"
show-overflow-tooltip
width=
"50"
/>
<el-table-column
show-overflow-tooltip
prop=
"channelName"
label=
"通道名称"
width=
"60"
/>
<el-table-column
show-overflow-tooltip
prop=
"startTime"
label=
"统计开始时间"
width=
"80"
/>
<el-table-column
show-overflow-tooltip
prop=
"laneNum"
align=
"right"
label=
"车道号"
width=
"45"
/>
<el-table-column
show-overflow-tooltip
prop=
"flowTypeDesc"
align=
"right"
label=
"车道类型"
width=
"80"
/>
<el-table-column
show-overflow-tooltip
prop=
"vehicleCount"
align=
"right"
label=
"车道总流量"
width=
"80"
/>
<el-table-column
show-overflow-tooltip
prop=
"straightCount"
align=
"right"
label=
"直行通道车辆数"
width=
"90"
/>
<el-table-column
show-overflow-tooltip
prop=
"leftCount"
align=
"right"
label=
"左转通道车辆数"
width=
"90"
/>
<el-table-column
show-overflow-tooltip
prop=
"rightCount"
align=
"right"
label=
"右转通道车辆数"
width=
"90"
/>
<el-table-column
show-overflow-tooltip
prop=
"turnCount"
align=
"right"
label=
"掉头通道车辆数"
width=
"90"
/>
<el-table-column
show-overflow-tooltip
prop=
"producer"
label=
"厂商"
width=
"50"
/>
</el-table>
<el-pagination
@
current-change=
"handleCurrentChange"
...
...
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