修改路由

master
夜笙歌 11 months ago
parent ede091b57c
commit 2c842b5f40

@ -170,14 +170,6 @@ export default {
left: 73.6 left: 73.6
}, },
], ],
qualityInspectionProcessMonitoring:{
"nd":99,
"gz":99,
"dy":99,
"ag":99,
"cw":99,
"zj":99,
},
scrollTableOption: { scrollTableOption: {
step: 0.5, // step: 0.5, //
limitMoveNum: 5, // this.dataList.length limitMoveNum: 5, // this.dataList.length
@ -590,7 +582,7 @@ export default {
} }
}, },
{ {
e: 'zh-1-06', e: 'zh-1-07',
i: "", i: "",
f: (e) => { f: (e) => {
this.$refs.equipmentPowerOne.setData({ this.$refs.equipmentPowerOne.setData({
@ -736,7 +728,7 @@ export default {
}, },
}, },
{ {
value: 1, value: 100 - e.gz,
name: "invisible", name: "invisible",
itemStyle: { itemStyle: {
normal: { normal: {
@ -773,7 +765,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 99, value: e.dy,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -815,7 +807,7 @@ export default {
}, },
}, },
{ {
value: 1, value: 100 - e.dy,
name: "invisible", name: "invisible",
itemStyle: { itemStyle: {
normal: { normal: {
@ -852,7 +844,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 99, value: e.ag,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -894,7 +886,7 @@ export default {
}, },
}, },
{ {
value: 1, value: 100 - e.ag,
name: "invisible", name: "invisible",
itemStyle: { itemStyle: {
normal: { normal: {
@ -931,7 +923,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 99, value: e.cw,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -973,7 +965,7 @@ export default {
}, },
}, },
{ {
value: 1, value: 100 - e.cw,
name: "invisible", name: "invisible",
itemStyle: { itemStyle: {
normal: { normal: {
@ -1010,7 +1002,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 99, value: e.zj,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -1052,7 +1044,7 @@ export default {
}, },
}, },
{ {
value: 1, value: 100 - e.zj,
name: "invisible", name: "invisible",
itemStyle: { itemStyle: {
normal: { normal: {

Loading…
Cancel
Save