From 1f772a6c7834eef35ff4c9f2c8ed734a4c2be76a Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Tue, 02 Aug 2022 11:09:16 +0800
Subject: [PATCH] 数据对接
---
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