生产统计
This commit is contained in:
@@ -124,12 +124,12 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.initData()
|
this.initData()
|
||||||
this.setEchart01()
|
// this.setEchart01()
|
||||||
this.setEchart02()
|
// this.setEchart02()
|
||||||
this.setEchart03()
|
// this.setEchart03()
|
||||||
this.setEchart04()
|
// this.setEchart04()
|
||||||
this.setEchart05()
|
// this.setEchart05()
|
||||||
this.setEchart06()
|
// this.setEchart06()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async initData () {
|
async initData () {
|
||||||
@@ -242,6 +242,7 @@ export default {
|
|||||||
},
|
},
|
||||||
setEchart02 () {
|
setEchart02 () {
|
||||||
let value = Number(this.finishRate2)
|
let value = Number(this.finishRate2)
|
||||||
|
let val2 = 100 - Number(this.finishRate2)
|
||||||
let title = '%'
|
let title = '%'
|
||||||
let text = '完成率'
|
let text = '完成率'
|
||||||
let option = {
|
let option = {
|
||||||
|
|||||||
@@ -8,10 +8,14 @@
|
|||||||
<script>
|
<script>
|
||||||
// import one from './one.vue'
|
// import one from './one.vue'
|
||||||
// import two from './two.vue'
|
// import two from './two.vue'
|
||||||
import one from '../homepage/one.vue'
|
// import one from '../homepage/one.vue'
|
||||||
import two from '../homepage/two.vue'
|
// import two from '../homepage/two.vue'
|
||||||
// import one from '../takeshape/one.vue'
|
// import one from '../takeshape/one.vue'
|
||||||
// import two from '../takeshape/two.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 {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
one,
|
one,
|
||||||
|
|||||||
Reference in New Issue
Block a user