From 880ca55f38ffb3d0b4dd0c1b42a1cfa0c13b299e Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期三, 13 四月 2022 09:24:43 +0800
Subject: [PATCH] 隐患

---
 src/views/accidentHidden/majorHidden.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/views/accidentHidden/majorHidden.vue b/src/views/accidentHidden/majorHidden.vue
index 899f06b..07a02fe 100644
--- a/src/views/accidentHidden/majorHidden.vue
+++ b/src/views/accidentHidden/majorHidden.vue
@@ -132,8 +132,8 @@
     </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>
-    <el-button type="primary" class="btns" icon="el-icon-upload2">导出excel</el-button>
+    <el-button type="primary" class="btns" size="small" icon="el-icon-search">查询</el-button>
+    <el-button type="primary" class="btns" size="small" icon="el-icon-upload2">导出excel</el-button>
   </el-form-item>
   </el-form>
     <el-row class="title-center">
@@ -146,7 +146,7 @@
       </el-col>
       <el-col :offset="4" :span="10" style="text-align:right;">
         <el-button class="btns" type="primary" icon="el-icon-search" size="small">查看进度</el-button>
-        <el-button class="btns" type="primary" icon="el-icon-edit" size="small">填写进度</el-button>
+        <el-button class="btns" type="primary" icon="el-icon-edit" size="small" @click="fillProgress()">填写进度</el-button>
       </el-col>
     </el-row>
     <el-table :data="tableData" style="width: 100%">
@@ -242,6 +242,13 @@
       currentPage: 1,
     };
   },
+    methods:{
+        fillProgress(){
+            this.$router.push({
+                path:"/fillProgress"
+            })
+        },
+    }
 };
 </script>
 <style scoped>
@@ -265,9 +272,9 @@
 }
 .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;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.2