From 71c794d1d35f3bc4229a2afb6208a7e174fecf81 Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期二, 12 四月 2022 08:50:57 +0800 Subject: [PATCH] 重大 --- src/views/hiddenDangerManagement/index.vue | 29 ++++++++++++++++++++++++----- 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/views/hiddenDangerManagement/index.vue b/src/views/hiddenDangerManagement/index.vue index a41036a..b1598e4 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%"> @@ -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