From 6f6d02951fbbd1b01887aaed3fd5a22b05ab9bf4 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期二, 12 四月 2022 09:27:06 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

---
 src/views/hiddenDangerManagement/index.vue |   31 +++++++++++++++++++++++++------
 1 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/src/views/hiddenDangerManagement/index.vue b/src/views/hiddenDangerManagement/index.vue
index a41036a..760fc22 100644
--- a/src/views/hiddenDangerManagement/index.vue
+++ b/src/views/hiddenDangerManagement/index.vue
@@ -214,21 +214,23 @@
           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" size="small"
+        <el-button class="btns" type="primary" icon="el-icon-plus" @click="jump" size="small"
           >添加</el-button
         >
            <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,
@@ -351,7 +355,22 @@
   methods:{
     handleClick(data){
 
-    }
+    },
+    jump(){
+      this.$router.push({
+        path:"/fillRectificationAdd"
+      })
+    },
+    fillRectification(){
+        this.$router.push({
+            path:"/fillRectification"
+        })
+    },
+    fillInspector(){
+        this.$router.push({
+            path:"/fillInspector"
+        })
+    },
   }
 };
 </script>
@@ -376,7 +395,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