-
-
-
-
+ `
${item.completeRate?(item.completeRate*100).toFixed(2)+'%':'0%'}
+
+
`
]);
this.config.data = outArr
this.$refs['orderScrollBoard'].updateRows(outArr)
- }
- }
+ }
+ }
}
}
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/databoard/wholePlant/index.vue b/src/views/databoard/wholePlant/index.vue
index 822f7e5c..6591c61b 100644
--- a/src/views/databoard/wholePlant/index.vue
+++ b/src/views/databoard/wholePlant/index.vue
@@ -107,7 +107,7 @@ export default {
screenfull.toggle(this.$refs.wholePlantContainerB)
},
resetSize() {
- let wholePlantContainerBox = document.querySelector('#wholePlantContainer')
+ let wholePlantContainerBox = document.getElementById('wholePlantContainer')
let rw = parseFloat(window.innerWidth)
let rh = parseFloat(window.innerHeight)
let bw = parseFloat(wholePlantContainerBox.style.width)