This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-03-20 11:22:50 +08:00
parent 82573307e9
commit c992fa0200
3 changed files with 16 additions and 15 deletions

View File

@@ -15,9 +15,9 @@ onMounted(() => {
// websocketData.value = loadData([
// {
// targetProduction: 120,
// nowProduction: 10,
// targetYield: 10.34,
// nowYield: 3.11,
// nowProduction: 0,
// targetYield: 0,
// nowYield: 10,
// },
// ]);
websocketData.value = loadData(store.data2.dailyTarget);