Commit 55b47888 authored by zhanglw's avatar zhanglw

调整

parent 72bd3330
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<el-table :data="videoList" border style="width:auto;height:45vh;overflow-y:auto"> <el-table :data="videoList" border style="width:auto;height:45vh;overflow-y:auto">
<el-table-column prop="safetyhatmac" label="录像时间" align="center"> <el-table-column prop="safetyhatmac" label="录像时间" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{formatDate(scope.row.time)}} {{formatDate(scope.row.ctime)}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="160px"> <el-table-column label="操作" align="center" width="160px">
......
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