From dd6ff86c155f62ebaa04abc46806e622bd28b884 Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期三, 16 十月 2024 11:45:23 +0800 Subject: [PATCH] bug --- src/views/education/resource/list.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/education/resource/list.vue b/src/views/education/resource/list.vue index 10d398a..8879b7d 100644 --- a/src/views/education/resource/list.vue +++ b/src/views/education/resource/list.vue @@ -33,7 +33,9 @@ </el-form> <div> <el-button type="primary" @click="handlerAdd" size="small">娣诲姞</el-button> - <el-button type="danger" @click="batchRemove" size="small" style="margin-left: 5px">鍒犻櫎</el-button> + <el-popconfirm title="纭鎵归噺鍒犻櫎鍚楋紵" @confirm="batchRemove"> + <el-button slot="reference" type="danger" size="small" style="margin-left: 5px">鍒犻櫎</el-button> + </el-popconfirm> </div> </div> -- Gitblit v1.8.0