From 060561221cb55a663a18cd69c934b8dc1185bac6 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 16 六月 2024 15:53:23 +0800 Subject: [PATCH] update --- src/views/dnc/file/admin/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/dnc/file/admin/index.vue b/src/views/dnc/file/admin/index.vue index e496f68..9a62059 100644 --- a/src/views/dnc/file/admin/index.vue +++ b/src/views/dnc/file/admin/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-05-20 21:43:10 * @LastEditors: Sneed - * @LastEditTime: 2024-06-06 23:06:11 + * @LastEditTime: 2024-06-16 15:35:21 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/dnc/file/admin/index.vue --> <template> @@ -49,8 +49,11 @@ <el-table-column label="鎿嶄綔" fixed="right" align="right" width="160"> <template #default="scope"> <el-button-group> - <el-button text type="primary" size="small" - @click="del([scope.row])">鍒犻櫎</el-button> + <el-popconfirm width="220" title="纭畾灏嗛�夋嫨鐨勬暟鎹垹闄�" @confirm="del([scope.row], '0')"> + <template #reference> + <el-button text type="primary" size="small">鍒犻櫎</el-button> + </template> + </el-popconfirm> </el-button-group> </template> </el-table-column> -- Gitblit v1.9.3