From cc37fa838d0a9ff5f74a0ba06a8f944938dd0807 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期二, 19 七月 2022 18:01:41 +0800 Subject: [PATCH] 应急队伍一览对接 --- src/views/goalManagement/IncentiveRecording/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/goalManagement/IncentiveRecording/index.vue b/src/views/goalManagement/IncentiveRecording/index.vue index 81291fa..97e2a85 100644 --- a/src/views/goalManagement/IncentiveRecording/index.vue +++ b/src/views/goalManagement/IncentiveRecording/index.vue @@ -30,8 +30,8 @@ <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button> </div> <div> - <el-button size="default" :icon="Download"></el-button> - <el-button size="default" :icon="Refresh"></el-button> + <!-- <el-button size="default" :icon="Download"></el-button> + <el-button size="default" :icon="Refresh"></el-button> --> </div> </div> <el-table ref="multipleTableRef" :data="tableData" style="width: 100%"> -- Gitblit v1.9.2