视频监控优化

This commit is contained in:
yanran200730
2022-03-24 17:33:30 +08:00
parent c2d9aa6d06
commit a8db0542d7
2 changed files with 11 additions and 10 deletions

View File

@@ -44,13 +44,6 @@
:size.sync="search.size"
@selection-change="(v) => (ids = v.map((e) => e.id))"
@getList="getList">
<el-table-column slot="tags" label="标签">
<template slot-scope="{ row }">
<div class="table-tags">
<el-tag type="info" v-for="(item, index) in row.tags" size="small" :key="index">{{ item }}</el-tag>
</div>
</template>
</el-table-column>
<el-table-column slot="options" width="90px" fixed="right" label="操作" align="center">
<div class="table-options" slot-scope="{ row }">
<el-button type="text" @click="toDetail(row.id)">详情</el-button>