From d24c9dde20cba23b96082b4db81b5223c75e4ea9 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 09:06:28 +0800
Subject: [PATCH] 身份证正反面调整

---
 src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue |   34 +++++++++++++++-------------------
 1 files changed, 15 insertions(+), 19 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 767ab4c..6545785 100644
--- a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
+++ b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
@@ -126,7 +126,8 @@
     </div>
 </template>
 <script>
-import MyMap from '@/components/map'
+// import MyMap from "@/components/map";
+import MyMap from "@/components/map/leafletMap.vue";
 export default {
     components: {
         MyMap
@@ -299,7 +300,6 @@
     },
     created() {
         const { getBigKind, getEventLevel, getSmallKind } = this;
-        console.log(this.mytype);
         this.vio.category = this.mytype + 1;
         getBigKind();
         getSmallKind();
@@ -316,7 +316,6 @@
                 url: 'sccg/violations/query/type_first'
             }).then(res => {
                 this.bigKindList = res.data;
-                // console.log(res);
             })
         },
         // 鑾峰彇灏忕被鍒楄〃
@@ -326,7 +325,6 @@
                 url: 'sccg/violations/query/type_second'
             })
                 .then(res => {
-                    console.log(res);
                     this.smallKindList = res.data;
                 })
         },
@@ -337,7 +335,6 @@
                 url: 'sccg/violations/query/event_type'
             })
                 .then(res => {
-                    console.log(res);
                     this.eventLevelList = res.data;
                 })
         },
@@ -356,7 +353,6 @@
             this.$refs.user.validate((valid) => {
                 if (valid) {
                     const { vio } = this;
-                    console.log(vio);
                     this.$axios({
                         method: 'post',
                         url: 'sccg/base-case/addition_violation',
@@ -410,19 +406,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;
+                // }
             }
         }
 
@@ -462,8 +458,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