Hwt 3 лет назад
Родитель
Сommit
0774bd5c27
1 измененных файлов с 9 добавлено и 0 удалено
  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;