From 53ed3f94c44709c5d571d580dccd8149f020ffb7 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期五, 22 七月 2022 11:00:42 +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