From 9ccde974b85157aee21943ca8aa718f7093985bc Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 09 一月 2023 17:25:50 +0800 Subject: [PATCH] 网格管理 --- src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue | 29 +++++++++++++---------------- 1 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue index bb39826..10dd147 100644 --- a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue +++ b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue @@ -299,7 +299,6 @@ }, created() { const { getBigKind, getEventLevel, getSmallKind } = this; - console.log(this.mytype); this.vio.category = this.mytype + 1; getBigKind(); getSmallKind(); @@ -316,7 +315,6 @@ url: 'sccg/violations/query/type_first' }).then(res => { this.bigKindList = res.data; - // console.log(res); }) }, // 鑾峰彇灏忕被鍒楄〃 @@ -354,7 +352,6 @@ this.$refs.user.validate((valid) => { if (valid) { const { vio } = this; - console.log(vio); this.$axios({ method: 'post', url: 'sccg/base-case/addition_violation', @@ -408,19 +405,19 @@ .input-form { .el-form { - &::v-deep .el-form-item__label { - color: #4b9bb7; - } + // &::v-deep .el-form-item__label { + // color: #4b9bb7; + // } - &::v-deep .el-input__inner { - background-color: #09152f; - border: 1px solid #17324c; - } + // &::v-deep .el-input__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // } - &::v-deep .el-textarea__inner { - background-color: #09152f; - border: 1px solid #17324c; - } + // &::v-deep .el-textarea__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // } } } @@ -460,8 +457,8 @@ color: #fff; // outline: #409eff solid 1px; outline: none; - background-color: #09152f; - border: 1px solid #17324c; + // background-color: #09152f; + // border: 1px solid #17324c; } } } -- Gitblit v1.8.0