Hwt 3 gadi atpakaļ
vecāks
revīzija
0774bd5c27
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9 0
      smart/src/views/rechargeRecord/setpPage/details.vue

+ 9 - 0
smart/src/views/rechargeRecord/setpPage/details.vue

@@ -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;