From a916a0d2c442826e6ea983a97afd7d26715d4af8 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 01 十一月 2024 10:58:09 +0800 Subject: [PATCH] 修改 --- src/views/system/post/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 444bf63..f3ee711 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -107,6 +107,7 @@ <el-button size="mini" type="text" + style="color: #f56c6c" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:post:remove']" -- Gitblit v1.9.2