处理删除

2024年2月1日V1.0.53.2
zhaoyu 2024-01-31 13:48:21 +08:00
parent d343fab8cc
commit 30474ca1f0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-button :disabled="STATE == 2" type="success" icon="el-icon-caret-right" size="mini" @click="showVideo(row)"></el-button> <el-button :disabled="STATE == 2" type="success" icon="el-icon-caret-right" size="mini" @click="showVideo(row)"></el-button>
<el-button type="info" icon="el-icon-location-information" size="mini" @click="handleMap(row)"></el-button> <el-button type="info" icon="el-icon-location-information" size="mini" @click="handleMap(row)"></el-button>
<el-button v-show="del" :disabled="STATE == 2" type="danger" icon="el-icon-delete" plain @click="handleDelete(row.VIDEOMANAGER_ID)"></el-button> <el-button v-show="del" :disabled="STATE == 2" type="danger" icon="el-icon-delete" plain @click="handleDelete(row.GATE_VIDEO_ID)"></el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>