Procházet zdrojové kódy

update

light-style__flexlayout
lb před 1 rokem
rodič
revize
78a9cd4db6
1 změnil soubory, kde provedl 44 přidání a 44 odebrání
  1. +44
    -44
      src/components/boxes/OilFlow.vue

+ 44
- 44
src/components/boxes/OilFlow.vue Zobrazit soubor

@@ -39,53 +39,53 @@ export default {
data() {
return {
chartConfig: {},
oilTable1: {
FT111: Array(24)
.fill(1)
.map((_) => randomInt()),
FT112: Array(24)
.fill(1)
.map((_) => randomInt()),
FT113: Array(24)
.fill(1)
.map((_) => randomInt()),
FT114: Array(24)
.fill(1)
.map((_) => randomInt()),
FT115: Array(24)
.fill(1)
.map((_) => randomInt()),
},
oilTable2: {
OT001: Array(24)
.fill(1)
.map((_) => randomInt()),
OT002: Array(24)
.fill(1)
.map((_) => randomInt()),
OT004: Array(24)
.fill(1)
.map((_) => randomInt()),
OT003: Array(24)
.fill(1)
.map((_) => randomInt()),
OT005: Array(24)
.fill(1)
.map((_) => randomInt()),
OT006: Array(24)
.fill(1)
.map((_) => randomInt()),
OT007: Array(24)
.fill(1)
.map((_) => randomInt()),
OT008: Array(24)
.fill(1)
.map((_) => randomInt()),
},
// oilTable1: {
// FT111: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// FT112: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// FT113: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// FT114: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// FT115: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// },
// oilTable2: {
// OT001: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT002: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT004: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT003: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT005: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT006: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT007: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// OT008: Array(24)
// .fill(1)
// .map((_) => randomInt()),
// },
};
},
computed: {
// ...mapState(["oilTable1", "oilTable2"]),
...mapState(["oilTable1", "oilTable2"]),
},
};
</script>


Načítá se…
Zrušit
Uložit