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

---
 src/views/hiddenDangerRectification/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/views/hiddenDangerRectification/index.vue b/src/views/hiddenDangerRectification/index.vue
index 2c232f9..85da3de 100644
--- a/src/views/hiddenDangerRectification/index.vue
+++ b/src/views/hiddenDangerRectification/index.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">
@@ -211,7 +211,7 @@
       <el-table-column label="当前警情" align="center"> </el-table-column>
       <el-table-column label="流程操作" align="center">
         <template slot-scope="scope">
-            <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
+            <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
         </template>
       </el-table-column>
     </el-table>
@@ -281,6 +281,12 @@
               path:"/sendHiddenDangerList"
           })
       },
+
+      applicationExtension(){
+          this.$router.push({
+              path:"/applicationForExtension"
+          })
+      },
   }
 };
 </script>

--
Gitblit v1.9.2