Kxc0822a
2022-04-11 0993108a9566af0e912415f6ef4d37d9e3b65a6d
src/views/hiddenDangerManagement/fillInspector.vue
@@ -153,12 +153,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>
@@ -254,6 +254,11 @@
                    // cell.querySelector('.item__input').style.display = 'none'
                    // cell.querySelector('.item__txt').style.display = 'block'
                }
            },
            close(){
                this.$router.push({
                    path:"/hiddenDangerManagement"
                })
            }
        }
    }
@@ -291,7 +296,7 @@
    /deep/ .is-center{
        font-size: 14px;
    }
    .btns{
    .btn{
        text-align: center;
        margin-top: 50px;
    }