From 2603776911f8acfe970f8d79c2f57f2e5c22791d Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 21 十二月 2023 14:36:57 +0800 Subject: [PATCH] 用户导入 --- src/views/Admin/notice.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/Admin/notice.vue b/src/views/Admin/notice.vue index 1489435..259af39 100644 --- a/src/views/Admin/notice.vue +++ b/src/views/Admin/notice.vue @@ -130,7 +130,7 @@ </a-form-model-item> </a-col> <a-col :span="12" style="text-align: right"> - <a-button type="primary" style="width: 250px;" @click="confirmSend()" + <a-button type="primary" style="width: 250px;" @click="confirmSend()" v-preventReClick="1500" :disabled="userInfo.role.id==1?true:false"> 确认并提交审核 </a-button> @@ -211,15 +211,11 @@ value: 1 }, { - name: '洪涝', - value: 2 - }, - { name: '气象', value: 3 }, { - name: '泥石流', + name: '地质灾害', value: 4 }, { -- Gitblit v1.9.2