From c21f3d6df8746ec55ab9e7a64e4e130577c49fea Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期一, 25 七月 2022 09:25:53 +0800 Subject: [PATCH] 接口对接 --- src/views/facilityManagement/InstrumentationInformation/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue index 391eb68..9cb55c1 100644 --- a/src/views/facilityManagement/InstrumentationInformation/index.vue +++ b/src/views/facilityManagement/InstrumentationInformation/index.vue @@ -30,9 +30,9 @@ <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button> </div> <div> - <el-button size="default" :icon="Upload" @click="openUp"></el-button> + <!-- <el-button size="default" :icon="Upload" @click="openUp"></el-button> <el-button size="default" :icon="Download"></el-button> - <el-button size="default" :icon="Refresh"></el-button> + <el-button size="default" :icon="Refresh"></el-button> --> </div> </div> <div style="padding-left: 10px"> -- Gitblit v1.9.2