From cfcdf4eb0af1ced2758a52ea927e8e87924348a8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FUDKNA8\\znjsz" Date: Fri, 15 Mar 2024 14:49:00 +0800 Subject: [PATCH] 1 --- src/components/LatestWeekYield.vue | 156 ++++++++++++++--------------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/src/components/LatestWeekYield.vue b/src/components/LatestWeekYield.vue index 2d6132a..cff5a52 100644 --- a/src/components/LatestWeekYield.vue +++ b/src/components/LatestWeekYield.vue @@ -12,45 +12,45 @@ const show = ref(false); onMounted(() => { chartContainer.value.classList.add("h-full"); - // const d = loadData(store.data2.lineSevenDayLogList); - const d = loadData([ - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢一线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢二线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢三线", - }, - ]); + const d = loadData(store.data2.lineSevenDayLogList); + // const d = loadData([ + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢一线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢二线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢三线", + // }, + // ]); if (!d) { show.value = false; if (chartInstance.value) { @@ -67,45 +67,45 @@ onMounted(() => { // 订阅 store.$subscribe((mutation, state) => { - // const d = loadData(state.data2.lineSevenDayLogList); - const d = loadData([ - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢一线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢二线", - }, - { - data: [ - { day: "10-10", num: Math.floor(Math.random() * 500) }, - { day: "10-11", num: Math.floor(Math.random() * 500) }, - { day: "10-12", num: Math.floor(Math.random() * 500) }, - { day: "10-13", num: Math.floor(Math.random() * 500) }, - { day: "10-14", num: Math.floor(Math.random() * 500) }, - { day: "10-15", num: Math.floor(Math.random() * 500) }, - { day: "10-16", num: Math.floor(Math.random() * 500) }, - ], - name: "钢三线", - }, - ]); + const d = loadData(state.data2.lineSevenDayLogList); + // const d = loadData([ + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢一线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢二线", + // }, + // { + // data: [ + // { day: "10-10", num: Math.floor(Math.random() * 500) }, + // { day: "10-11", num: Math.floor(Math.random() * 500) }, + // { day: "10-12", num: Math.floor(Math.random() * 500) }, + // { day: "10-13", num: Math.floor(Math.random() * 500) }, + // { day: "10-14", num: Math.floor(Math.random() * 500) }, + // { day: "10-15", num: Math.floor(Math.random() * 500) }, + // { day: "10-16", num: Math.floor(Math.random() * 500) }, + // ], + // name: "钢三线", + // }, + // ]); if (!d) { show.value = false; if (chartInstance.value) {