生产统计
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user