修改路由

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

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

Loading…
Cancel
Save