From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 admin/src/views/system/snippet.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/system/snippet.vue b/admin/src/views/system/snippet.vue
index 4c7576e..a2f84f2 100644
--- a/admin/src/views/system/snippet.vue
+++ b/admin/src/views/system/snippet.vue
@@ -19,7 +19,7 @@
     <!-- 琛ㄦ牸鍜屽垎椤� -->
     <template v-slot:table-wrap>
       <ul class="toolbar" v-permissions="['system:job:snippet:delete']">
-        <li><el-button @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['system:job:snippet:delete']">鍒犻櫎</el-button></li>
+        <li><el-button  type="danger"   @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['system:job:snippet:delete']">鍒犻櫎</el-button></li>
       </ul>
       <el-table
           :height="tableHeightNew"
@@ -55,7 +55,7 @@
           <template slot-scope="{row}">
             <el-button v-if="row.status === 0" type="text" @click="trigger(row)" icon="el-icon-delete">鎵ц</el-button>
             <el-button v-if="row.status === -2" type="text" @click="trigger(row)" icon="el-icon-delete">閲嶆柊鎵ц</el-button>
-            <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['system:job:snippet:delete']">鍒犻櫎</el-button>
+            <el-button type="text" style="color: red;"  @click="deleteById(row)" icon="el-icon-delete" v-permissions="['system:job:snippet:delete']">鍒犻櫎</el-button>
           </template>
         </el-table-column>
       </el-table>

--
Gitblit v1.9.3