From 0993108a9566af0e912415f6ef4d37d9e3b65a6d Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期一, 11 四月 2022 18:11:28 +0800 Subject: [PATCH] 重大 --- src/views/hiddenDangerManagement/index.vue | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/views/hiddenDangerManagement/index.vue b/src/views/hiddenDangerManagement/index.vue index 9ad445e..b1598e4 100644 --- a/src/views/hiddenDangerManagement/index.vue +++ b/src/views/hiddenDangerManagement/index.vue @@ -214,12 +214,14 @@ 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" @click="jump" size="small" @@ -228,7 +230,7 @@ <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, @@ -356,7 +360,17 @@ this.$router.push({ path:"/fillRectificationAdd" }) - } + }, + fillRectification(){ + this.$router.push({ + path:"/fillRectification" + }) + }, + fillInspector(){ + this.$router.push({ + path:"/fillInspector" + }) + }, } }; </script> @@ -381,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