diff --git a/src/pages/modules/firedry/one.vue b/src/pages/modules/firedry/one.vue index ff7ac7b..2116900 100644 --- a/src/pages/modules/firedry/one.vue +++ b/src/pages/modules/firedry/one.vue @@ -179,6 +179,17 @@ +
+
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
@@ -188,6 +199,7 @@ export default { name: 'one', data () { return { + expand: false, hightlight: '', top: '', left: '', @@ -205,6 +217,30 @@ export default { this.initData() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepageone') + break + case 2: + this.$router.push('/hnlkone') + break + case 3: + this.$router.push('/takeshapeone') + break + case 4: + break + case 5: + this.$router.push('/sortpackone') + break + case 6: + this.$router.push('/pdone') + break + } + }, getInfo1 (e, i) { this.pkId = e.point_code this.pkObj = e diff --git a/src/pages/modules/firedry/two.vue b/src/pages/modules/firedry/two.vue index 43498a5..35cdb06 100644 --- a/src/pages/modules/firedry/two.vue +++ b/src/pages/modules/firedry/two.vue @@ -93,6 +93,17 @@ +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
+
@@ -102,6 +113,7 @@ export default { name: 'one', data () { return { + expand: false, resData: {}, myCharts1: '', myCharts2: '', @@ -139,6 +151,30 @@ export default { this.initData() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepagetwo') + break + case 2: + this.$router.push('/hnlktwo') + break + case 3: + this.$router.push('/takeshapetwo') + break + case 4: + break + case 5: + this.$router.push('/sortpacktwo') + break + case 6: + this.$router.push('/pdtwo') + break + } + }, async initData () { let res = await firingAndDrying() this.resData = res.result diff --git a/src/pages/modules/hunniankunliao/one.vue b/src/pages/modules/hunniankunliao/one.vue index 802267b..59d0070 100644 --- a/src/pages/modules/hunniankunliao/one.vue +++ b/src/pages/modules/hunniankunliao/one.vue @@ -202,6 +202,17 @@ +
+
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
@@ -211,6 +222,7 @@ export default { name: 'one', data () { return { + expand: false, top: '', left: '', youModel: '', @@ -245,6 +257,30 @@ export default { this.initData() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepageone') + break + case 2: + break + case 3: + this.$router.push('/takeshapeone') + break + case 4: + this.$router.push('/firedryone') + break + case 5: + this.$router.push('/sortpackone') + break + case 6: + this.$router.push('/pdone') + break + } + }, getInfo1 (e, i) { this.pkId = e.device_code this.pkObj = e diff --git a/src/pages/modules/hunniankunliao/two.vue b/src/pages/modules/hunniankunliao/two.vue index 15ca3bc..7584eb0 100644 --- a/src/pages/modules/hunniankunliao/two.vue +++ b/src/pages/modules/hunniankunliao/two.vue @@ -322,6 +322,17 @@ +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
+
@@ -331,6 +342,7 @@ export default { name: 'one', data () { return { + expand: false, top: '', left: '', youModel: '', @@ -379,6 +391,30 @@ export default { this.initData() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepagetwo') + break + case 2: + break + case 3: + this.$router.push('/takeshapetwo') + break + case 4: + this.$router.push('/firedrytwo') + break + case 5: + this.$router.push('/sortpacktwo') + break + case 6: + this.$router.push('/pdtwo') + break + } + }, getInfo1 (e, i) { this.pkId = e.point_code this.pkObj = e diff --git a/src/pages/modules/processproduction/one.vue b/src/pages/modules/processproduction/one.vue index cf0513b..4e7e8a2 100644 --- a/src/pages/modules/processproduction/one.vue +++ b/src/pages/modules/processproduction/one.vue @@ -95,6 +95,17 @@ +
+
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
@@ -104,6 +115,7 @@ export default { name: 'one', data () { return { + expand: false, num1: 0, num2: 0, num3: 0, @@ -132,6 +144,30 @@ export default { // this.setEchart06() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepageone') + break + case 2: + this.$router.push('/hnlkone') + break + case 3: + this.$router.push('/takeshapeone') + break + case 4: + this.$router.push('/firedryone') + break + case 5: + this.$router.push('/sortpackone') + break + case 6: + break + } + }, async initData () { let res = await processProduction() this.resData = res.result diff --git a/src/pages/modules/processproduction/two.1.vue b/src/pages/modules/processproduction/two.1.vue deleted file mode 100644 index bb82eb7..0000000 --- a/src/pages/modules/processproduction/two.1.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - diff --git a/src/pages/modules/processproduction/two.vue b/src/pages/modules/processproduction/two.vue index 9f10a14..1196910 100644 --- a/src/pages/modules/processproduction/two.vue +++ b/src/pages/modules/processproduction/two.vue @@ -99,6 +99,17 @@ +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
+
+
@@ -108,6 +119,7 @@ export default { name: 'two', data () { return { + expand: false, num1: 0, num2: 0, num3: 0, @@ -139,6 +151,30 @@ export default { // this.setEchart06() }, methods: { + expandTooltip () { + this.expand = !this.expand + }, + toJumpPage (type) { + switch (type) { + case 1: + this.$router.push('/homepagetwo') + break + case 2: + this.$router.push('/hnlktwo') + break + case 3: + this.$router.push('/takeshapetwo') + break + case 4: + this.$router.push('/firedrytwo') + break + case 5: + this.$router.push('/sortpacktwo') + break + case 6: + break + } + }, async initData () { let res = await processProduction() this.resData = res.result