Kxc0822a
2022-04-11 0993108a9566af0e912415f6ef4d37d9e3b65a6d
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;