From 457f9c817adef8b003ee6379f493798bae5cbb69 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 19 五月 2025 09:31:19 +0800
Subject: [PATCH] 修改

---
 src/views/Admin/reactionManage.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/views/Admin/reactionManage.vue b/src/views/Admin/reactionManage.vue
index 536fa50..bdb6780 100644
--- a/src/views/Admin/reactionManage.vue
+++ b/src/views/Admin/reactionManage.vue
@@ -22,7 +22,7 @@
             {{ getRiskName(type) }}
         </template>
         <template #action="action,row">
-          <a-button type="link" @click="editData('edit',row)">编辑</a-button>
+          <a-button type="link" @click="editData('edit',row)" v-preventReClick="1500">编辑</a-button>
           <a-button type="link" class="delBtn" @click="delData(row)">删除</a-button>
         </template>
       </a-table>
@@ -61,6 +61,7 @@
         },
         {
           title: '操作',
+          width: '12%',
           key: 'action',
           scopedSlots: { customRender: 'action' }
         },
@@ -71,15 +72,11 @@
           value: 1
         },
         {
-          name: '洪涝',
-          value: 2
-        },
-        {
           name: '气象',
           value: 3
         },
         {
-          name: '泥石流',
+          name: '地质灾害',
           value: 4
         },
         {

--
Gitblit v1.9.2