|
@@ -549,10 +549,10 @@ export default {
|
|
} else if (tab.label == '机房内核心设备') {
|
|
} else if (tab.label == '机房内核心设备') {
|
|
this.Index2()
|
|
this.Index2()
|
|
this.$refs.roomTable3.computedHeight()
|
|
this.$refs.roomTable3.computedHeight()
|
|
- } else if (tab.label == '维修记录') {
|
|
|
|
|
|
+ } else if (tab.label == '日常维修') {
|
|
this.Index3()
|
|
this.Index3()
|
|
this.$refs.roomTable4.computedHeight()
|
|
this.$refs.roomTable4.computedHeight()
|
|
- } else if (tab.label == '维保记录') {
|
|
|
|
|
|
+ } else if (tab.label == '日常维保') {
|
|
this.Index4()
|
|
this.Index4()
|
|
this.changeSelect()
|
|
this.changeSelect()
|
|
this.$refs.roomTable5.computedHeight()
|
|
this.$refs.roomTable5.computedHeight()
|