Kxc0822a
2022-04-12 65efbe871473a5974c05d504a4df7ac9577af114
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>
</style>