|
@@ -103,6 +103,15 @@ export default {
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
+ mounted () {
|
|
|
+ this.DOMInput();
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ DOMInput () {
|
|
|
+ document.querySelectorAll('.el-col-12')[19].style = "color:#29B6FF;"
|
|
|
+ document.querySelectorAll('.el-col-12')[21].style = "color:#29B6FF;"
|
|
|
+ }
|
|
|
+ },
|
|
|
created () {
|
|
|
this.interiorCar[0].label = this.params.row.userName;
|
|
|
this.interiorCar[1].label = this.params.row.roomNumber;
|