From 1812a9a3d63570cd04dc57df99f1c7b37a41f678 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 08 八月 2025 17:41:46 +0800
Subject: [PATCH] '调整计划管理新增页面功能'
---
src/views/system/post/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue
index aee6034..cde053a 100644
--- a/src/views/system/post/index.vue
+++ b/src/views/system/post/index.vue
@@ -96,7 +96,7 @@
<el-table-column label="鎿嶄綔" width="180" align="center" class-name="small-padding fixed-width">
<template #default="scope">
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:post:edit']">淇敼</el-button>
- <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:post:remove']">鍒犻櫎</el-button>
+ <el-button link type="danger" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:post:remove']">鍒犻櫎</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.1