Kxc0822a
2022-04-11 0993108a9566af0e912415f6ef4d37d9e3b65a6d
src/views/hiddenDangerManagement/fillRectification.vue
@@ -129,12 +129,12 @@
                        </el-table-column>
                    </el-table>
                </el-form>
                <div class="btns">
                <div class="btn">
                    <el-button
                        type="primary"
                        @click="submitConfig('config')">保存</el-button>
                    <el-button
                        type="primary">关闭</el-button>
                        type="primary" @click="close()">关闭</el-button>
                </div>
            </div>
        </div>
@@ -221,7 +221,12 @@
                    // cell.querySelector('.item__input').style.display = 'none'
                    // cell.querySelector('.item__txt').style.display = 'block'
                }
            }
            },
            close(){
                this.$router.push({
                    path:"/hiddenDangerManagement"
                })
            },
        }
    }
</script>
@@ -258,7 +263,7 @@
   /deep/ .is-center{
       font-size: 14px;
   }
    .btns{
    .btn{
        text-align: center;
        margin-top: 50px;
    }