生产统计

This commit is contained in:
2023-06-08 18:19:37 +08:00
parent 255e9dd272
commit 53ee9208b9
2 changed files with 13 additions and 8 deletions

View File

@@ -124,12 +124,12 @@ export default {
},
mounted () {
this.initData()
this.setEchart01()
this.setEchart02()
this.setEchart03()
this.setEchart04()
this.setEchart05()
this.setEchart06()
// this.setEchart01()
// this.setEchart02()
// this.setEchart03()
// this.setEchart04()
// this.setEchart05()
// this.setEchart06()
},
methods: {
async initData () {
@@ -242,6 +242,7 @@ export default {
},
setEchart02 () {
let value = Number(this.finishRate2)
let val2 = 100 - Number(this.finishRate2)
let title = '%'
let text = '完成率'
let option = {

View File

@@ -8,10 +8,14 @@
<script>
// import one from './one.vue'
// import two from './two.vue'
import one from '../homepage/one.vue'
import two from '../homepage/two.vue'
// import one from '../homepage/one.vue'
// import two from '../homepage/two.vue'
// import one from '../takeshape/one.vue'
// import two from '../takeshape/two.vue'
import one from '../hunniankunliao/one.vue'
import two from '../hunniankunliao/two.vue'
// import one from '../firedry/one.vue'
// import two from '../firedry/two.vue'
export default {
components: {
one,