From 96103611f97b412453ecf0948792987956e4f29f Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 03 八月 2022 09:19:07 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/views/contingencyManagement/contingency/index.vue | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/views/contingencyManagement/contingency/index.vue b/src/views/contingencyManagement/contingency/index.vue index 6389556..9ab65d9 100644 --- a/src/views/contingencyManagement/contingency/index.vue +++ b/src/views/contingencyManagement/contingency/index.vue @@ -41,23 +41,23 @@ </el-icon>删除 </el-button> </div> - <div class="button_Right"> - <el-button size="default" @click="upButton"> - <el-icon> - <Upload /> - </el-icon> - </el-button> - <el-button size="default"> - <el-icon> - <Download /> - </el-icon> - </el-button> - <el-button size="default"> - <el-icon> - <Refresh /> - </el-icon> - </el-button> - </div> +<!-- <div class="button_Right">--> +<!-- <el-button size="default" @click="upButton">--> +<!-- <el-icon>--> +<!-- <Upload />--> +<!-- </el-icon>--> +<!-- </el-button>--> +<!-- <el-button size="default">--> +<!-- <el-icon>--> +<!-- <Download />--> +<!-- </el-icon>--> +<!-- </el-button>--> +<!-- <el-button size="default">--> +<!-- <el-icon>--> +<!-- <Refresh />--> +<!-- </el-icon>--> +<!-- </el-button>--> +<!-- </div>--> </div> <el-table :data="tableData" @@ -131,9 +131,9 @@ import { Plus, Edit, Delete, - Upload, - Download, - Refresh, + // Upload, + // Download, + // Refresh, View, EditPen, } from '@element-plus/icons-vue' @@ -153,9 +153,9 @@ Plus, Edit, Delete, - Upload, - Download, - Refresh, + // Upload, + // Download, + // Refresh, UpData, contingencyApi }, @@ -217,10 +217,10 @@ }; // 上传 - const upShow=ref() - const upButton=()=>{ - upShow.value.openDialog() - } + // const upShow=ref() + // const upButton=()=>{ + // upShow.value.openDialog() + // } // 打开新增应急队伍弹窗 const addRef = ref(); const onOpenAdd = () => { @@ -320,8 +320,8 @@ return { listQuery, onSubmit, - upButton, - upShow, + // upButton, + // upShow, onOpenAdd, //新增 addRef, pageIndex, -- Gitblit v1.9.2