Sfoglia il codice sorgente

客户转化审核、项目转化审核调整

qymljy 8 mesi fa
parent
commit
78c52d4481

+ 5 - 5
src/SManagement/orderclue_detail/components/customerAudit.vue

@@ -314,8 +314,6 @@ export default {
         this.areaCode = ''
         this.telephone = ''
       }
-      this.form.industry = JSON.parse(this.form.industry)
-      console.log(this.$refs)
       this.$refs.checkRef.queryRule()
     },
     async onAudit(val){
@@ -530,8 +528,10 @@ export default {
 </script>
 
 <style scoped>
-/deep/.el-input__prefix {
-  display: flex;
-  align-items: center;
+/deep/ .el-input.is-disabled .el-input__inner {
+  background-color: #f5f7fa;
+  border-color: #e4e7ed;
+  color: #606266;
+  cursor: not-allowed;
 }
 </style>

+ 6 - 1
src/SManagement/orderclue_detail/components/projectAudit.vue

@@ -641,5 +641,10 @@ export default {
 </script>
 
 <style scoped>
-
+/deep/ .el-input.is-disabled .el-input__inner {
+  background-color: #f5f7fa;
+  border-color: #e4e7ed;
+  color: #606266;
+  cursor: not-allowed;
+}
 </style>