From 65efbe871473a5974c05d504a4df7ac9577af114 Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期二, 12 四月 2022 17:56:27 +0800 Subject: [PATCH] 重大 --- src/views/accidentHidden/majorHidden.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/accidentHidden/majorHidden.vue b/src/views/accidentHidden/majorHidden.vue index 4caf4c1..07a02fe 100644 --- a/src/views/accidentHidden/majorHidden.vue +++ b/src/views/accidentHidden/majorHidden.vue @@ -146,7 +146,7 @@ </el-col> <el-col :offset="4" :span="10" style="text-align:right;"> <el-button class="btns" type="primary" icon="el-icon-search" size="small">查看进度</el-button> - <el-button class="btns" type="primary" icon="el-icon-edit" size="small">填写进度</el-button> + <el-button class="btns" type="primary" icon="el-icon-edit" size="small" @click="fillProgress()">填写进度</el-button> </el-col> </el-row> <el-table :data="tableData" style="width: 100%"> @@ -242,6 +242,13 @@ currentPage: 1, }; }, + methods:{ + fillProgress(){ + this.$router.push({ + path:"/fillProgress" + }) + }, + } }; </script> <style scoped> @@ -265,9 +272,9 @@ } .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; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2