From 5f989f9ab035126a8272c63542caa1f2d1b02b3a Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期二, 12 四月 2022 17:56:54 +0800 Subject: [PATCH] 重大 --- src/views/hiddenDangerRectification/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/hiddenDangerRectification/index.vue b/src/views/hiddenDangerRectification/index.vue index 309fdb8..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,12 +281,12 @@ path:"/sendHiddenDangerList" }) }, - // 申请延期页面跳转 + applicationExtension(){ this.$router.push({ path:"/applicationForExtension" }) - } + }, } }; </script> -- Gitblit v1.9.2