Commit cc6933a1 authored by ZhangKai's avatar ZhangKai

add:图像回放列表页面添加设备名称字段

parent 568b70f8
......@@ -85,6 +85,7 @@
</template>
</el-table-column>
<el-table-column prop="customsName" label="路口名称" :show-overflow-tooltip="true" />
<el-table-column prop="monitoringName" label="设备名称" :show-overflow-tooltip="true" />
<el-table-column prop="passNumber" label="过车数量" :show-overflow-tooltip="true" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment