Commit 61ab925e authored by 罗超's avatar 罗超

1

parent 489e2659
...@@ -256,7 +256,6 @@ ...@@ -256,7 +256,6 @@
created() {}, created() {},
mounted() { mounted() {
this.initObj() this.initObj()
console.log("sss", this.customerObj)
}, },
methods: { methods: {
//初始化表单 //初始化表单
......
...@@ -804,5 +804,10 @@ ...@@ -804,5 +804,10 @@
} }
} }
</script> </script>
<style scoped>
::v-deep .el-input__inner{
background:transparent;
border:none;
}
</style>
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment