From 942b95daa0dd2a9e764da5cc6cdfd95383447b80 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: 星期二, 12 四月 2022 17:06:04 +0800
Subject: [PATCH] 重大

---
 src/views/hiddenDangerRegistration/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/hiddenDangerRegistration/index.vue b/src/views/hiddenDangerRegistration/index.vue
index b61a992..1d690fd 100644
--- a/src/views/hiddenDangerRegistration/index.vue
+++ b/src/views/hiddenDangerRegistration/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>
@@ -282,7 +282,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>
@@ -345,7 +345,8 @@
       // 发送隐患单跳转
       handleClick(){
           this.$router.push({
-              path:"/hiddenDangerList"
+              path:"/hiddenDangerList",
+
           })
       },
   }

--
Gitblit v1.9.2