From 942b95daa0dd2a9e764da5cc6cdfd95383447b80 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Tue, 12 Apr 2022 17:06:04 +0800
Subject: [PATCH] 重大
---
src/views/hiddenDangerManagement/index.vue | 29 ++++++++++++++++++++++-------
1 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/src/views/hiddenDangerManagement/index.vue b/src/views/hiddenDangerManagement/index.vue
index 9ad445e..bf3c304 100644
--- a/src/views/hiddenDangerManagement/index.vue
+++ b/src/views/hiddenDangerManagement/index.vue
@@ -168,10 +168,10 @@
</el-col>
</el-form-item>
<el-form-item style="text-align: center; padding: 0 50px">
- <el-button type="primary" class="btns" icon="el-icon-search"
+ <el-button type="primary" class="btns" size="small" icon="el-icon-search"
>查询</el-button
>
- <el-button type="primary" class="btns" icon="el-icon-upload2"
+ <el-button type="primary" class="btns" size="small" icon="el-icon-upload2"
>导出excel</el-button
>
</el-form-item>
@@ -214,12 +214,14 @@
class="btns"
type="primary"
size="small"
+ @click="fillRectification()"
>填写整改</el-button
>
<el-button
class="btns"
type="primary"
size="small"
+ @click="fillInspector()"
>填写督查</el-button
>
<el-button class="btns" type="primary" icon="el-icon-plus" @click="jump" size="small"
@@ -228,7 +230,7 @@
<el-button size="small"
>批量删除</el-button
>
-
+
</el-col>
</el-row>
<el-table :data="tableData" style="width: 100%">
@@ -319,7 +321,7 @@
data() {
return {
form: {},
- radio1: "未完成",
+ radio1: "未整改",
options: [
{
value: "选项1",
@@ -342,7 +344,9 @@
label: "北京烤鸭",
},
],
- tableData: [],
+ tableData: [
+
+ ],
pageSize: 10,
recordTotal: 0,
currentPage: 1,
@@ -356,7 +360,18 @@
this.$router.push({
path:"/fillRectificationAdd"
})
- }
+ },
+ fillRectification(){
+ this.$router.push({
+ path:"/fillRectification"
+ })
+ },
+ fillInspector(){
+ this.$router.push({
+ path:"/fillInspector"
+ })
+ window.open(href, '_blank');
+ },
}
};
</script>
@@ -381,7 +396,7 @@
}
.title-center /deep/ .el-radio-button__inner{
border: none;
- border-radius: 0px;
+ border-radius: 0px;
}
.title-center /deep/ .el-radio-button__orig-radio:checked+.el-radio-button__inner{
background-color: #034ea2;background-color: #034ea2;
--
Gitblit v1.9.2