From 32be49d1acfe02e829502f8c2acf3c0dd4fb3f1c Mon Sep 17 00:00:00 2001 From: azuki774s Date: Fri, 16 Aug 2024 00:32:04 +0900 Subject: [PATCH] fixup! wip: Summary uses bootstrap --- components/Summary.vue | 472 ++++++++++++++++++++--------------------- 1 file changed, 232 insertions(+), 240 deletions(-) diff --git a/components/Summary.vue b/components/Summary.vue index c7f9f3e..487019e 100644 --- a/components/Summary.vue +++ b/components/Summary.vue @@ -144,248 +144,240 @@ if (asyncData.data.value != undefined) { トップに戻る - - 合計 - - - - ID - カテゴリ名 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 - 1月 - 2月 - 3月 - 合計 - - - - - {{ AllSumList.category_id }} - {{ AllSumList.category_name }} - {{ AllSumList.price[0] }} - {{ AllSumList.price[1] }} - {{ AllSumList.price[2] }} - {{ AllSumList.price[3] }} - {{ AllSumList.price[4] }} - {{ AllSumList.price[5] }} - {{ AllSumList.price[6] }} - {{ AllSumList.price[7] }} - {{ AllSumList.price[8] }} - {{ AllSumList.price[9] }} - {{ AllSumList.price[10] }} - {{ AllSumList.price[11] }} - {{ AllSumList.total }} - - - {{ AllSumWithoutInvestList.category_id }} - {{ AllSumWithoutInvestList.category_name }} - {{ AllSumWithoutInvestList.price[0] }} - {{ AllSumWithoutInvestList.price[1] }} - {{ AllSumWithoutInvestList.price[2] }} - {{ AllSumWithoutInvestList.price[3] }} - {{ AllSumWithoutInvestList.price[4] }} - {{ AllSumWithoutInvestList.price[5] }} - {{ AllSumWithoutInvestList.price[6] }} - {{ AllSumWithoutInvestList.price[7] }} - {{ AllSumWithoutInvestList.price[8] }} - {{ AllSumWithoutInvestList.price[9] }} - {{ AllSumWithoutInvestList.price[10] }} - {{ AllSumWithoutInvestList.price[11] }} - {{ AllSumWithoutInvestList.total }} - - - - + 合計 + + + + ID + カテゴリ名 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + 1月 + 2月 + 3月 + 合計 + + + + + {{ AllSumList.category_id }} + {{ AllSumList.category_name }} + {{ AllSumList.price[0] }} + {{ AllSumList.price[1] }} + {{ AllSumList.price[2] }} + {{ AllSumList.price[3] }} + {{ AllSumList.price[4] }} + {{ AllSumList.price[5] }} + {{ AllSumList.price[6] }} + {{ AllSumList.price[7] }} + {{ AllSumList.price[8] }} + {{ AllSumList.price[9] }} + {{ AllSumList.price[10] }} + {{ AllSumList.price[11] }} + {{ AllSumList.total }} + + + {{ AllSumWithoutInvestList.category_id }} + {{ AllSumWithoutInvestList.category_name }} + {{ AllSumWithoutInvestList.price[0] }} + {{ AllSumWithoutInvestList.price[1] }} + {{ AllSumWithoutInvestList.price[2] }} + {{ AllSumWithoutInvestList.price[3] }} + {{ AllSumWithoutInvestList.price[4] }} + {{ AllSumWithoutInvestList.price[5] }} + {{ AllSumWithoutInvestList.price[6] }} + {{ AllSumWithoutInvestList.price[7] }} + {{ AllSumWithoutInvestList.price[8] }} + {{ AllSumWithoutInvestList.price[9] }} + {{ AllSumWithoutInvestList.price[10] }} + {{ AllSumWithoutInvestList.price[11] }} + {{ AllSumWithoutInvestList.total }} + + + - - 収入 - - - - ID - カテゴリ名 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 - 1月 - 2月 - 3月 - 合計 - - - - - {{ income.category_id }} - {{ income.category_name }} - {{ income.price[0] }} - {{ income.price[1] }} - {{ income.price[2] }} - {{ income.price[3] }} - {{ income.price[4] }} - {{ income.price[5] }} - {{ income.price[6] }} - {{ income.price[7] }} - {{ income.price[8] }} - {{ income.price[9] }} - {{ income.price[10] }} - {{ income.price[11] }} - {{ income.total }} - - - {{ incomeSumList.category_id }} - {{ incomeSumList.category_name }} - {{ incomeSumList.price[0] }} - {{ incomeSumList.price[1] }} - {{ incomeSumList.price[2] }} - {{ incomeSumList.price[3] }} - {{ incomeSumList.price[4] }} - {{ incomeSumList.price[5] }} - {{ incomeSumList.price[6] }} - {{ incomeSumList.price[7] }} - {{ incomeSumList.price[8] }} - {{ incomeSumList.price[9] }} - {{ incomeSumList.price[10] }} - {{ incomeSumList.price[11] }} - {{ incomeSumList.total }} - - - - + 収入 + + + + ID + カテゴリ名 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + 1月 + 2月 + 3月 + 合計 + + + + + {{ income.category_id }} + {{ income.category_name }} + {{ income.price[0] }} + {{ income.price[1] }} + {{ income.price[2] }} + {{ income.price[3] }} + {{ income.price[4] }} + {{ income.price[5] }} + {{ income.price[6] }} + {{ income.price[7] }} + {{ income.price[8] }} + {{ income.price[9] }} + {{ income.price[10] }} + {{ income.price[11] }} + {{ income.total }} + + + {{ incomeSumList.category_id }} + {{ incomeSumList.category_name }} + {{ incomeSumList.price[0] }} + {{ incomeSumList.price[1] }} + {{ incomeSumList.price[2] }} + {{ incomeSumList.price[3] }} + {{ incomeSumList.price[4] }} + {{ incomeSumList.price[5] }} + {{ incomeSumList.price[6] }} + {{ incomeSumList.price[7] }} + {{ incomeSumList.price[8] }} + {{ incomeSumList.price[9] }} + {{ incomeSumList.price[10] }} + {{ incomeSumList.price[11] }} + {{ incomeSumList.total }} + + + - - 支出 - - - - ID - カテゴリ名 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 - 1月 - 2月 - 3月 - 合計 - - - - - {{ outgoing.category_id }} - {{ outgoing.category_name }} - {{ outgoing.price[0] }} - {{ outgoing.price[1] }} - {{ outgoing.price[2] }} - {{ outgoing.price[3] }} - {{ outgoing.price[4] }} - {{ outgoing.price[5] }} - {{ outgoing.price[6] }} - {{ outgoing.price[7] }} - {{ outgoing.price[8] }} - {{ outgoing.price[9] }} - {{ outgoing.price[10] }} - {{ outgoing.price[11] }} - {{ outgoing.total }} - - - {{ outgoingSumList.category_id }} - {{ outgoingSumList.category_name }} - {{ outgoingSumList.price[0] }} - {{ outgoingSumList.price[1] }} - {{ outgoingSumList.price[2] }} - {{ outgoingSumList.price[3] }} - {{ outgoingSumList.price[4] }} - {{ outgoingSumList.price[5] }} - {{ outgoingSumList.price[6] }} - {{ outgoingSumList.price[7] }} - {{ outgoingSumList.price[8] }} - {{ outgoingSumList.price[9] }} - {{ outgoingSumList.price[10] }} - {{ outgoingSumList.price[11] }} - {{ outgoingSumList.total }} - - - - + 支出 + + + + ID + カテゴリ名 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + 1月 + 2月 + 3月 + 合計 + + + + + {{ outgoing.category_id }} + {{ outgoing.category_name }} + {{ outgoing.price[0] }} + {{ outgoing.price[1] }} + {{ outgoing.price[2] }} + {{ outgoing.price[3] }} + {{ outgoing.price[4] }} + {{ outgoing.price[5] }} + {{ outgoing.price[6] }} + {{ outgoing.price[7] }} + {{ outgoing.price[8] }} + {{ outgoing.price[9] }} + {{ outgoing.price[10] }} + {{ outgoing.price[11] }} + {{ outgoing.total }} + + + {{ outgoingSumList.category_id }} + {{ outgoingSumList.category_name }} + {{ outgoingSumList.price[0] }} + {{ outgoingSumList.price[1] }} + {{ outgoingSumList.price[2] }} + {{ outgoingSumList.price[3] }} + {{ outgoingSumList.price[4] }} + {{ outgoingSumList.price[5] }} + {{ outgoingSumList.price[6] }} + {{ outgoingSumList.price[7] }} + {{ outgoingSumList.price[8] }} + {{ outgoingSumList.price[9] }} + {{ outgoingSumList.price[10] }} + {{ outgoingSumList.price[11] }} + {{ outgoingSumList.total }} + + + + + + + + ID + カテゴリ名 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + 1月 + 2月 + 3月 + 合計 + + + + + {{ invest.category_id }} + {{ invest.category_name }} + {{ invest.price[0] }} + {{ invest.price[1] }} + {{ invest.price[2] }} + {{ invest.price[3] }} + {{ invest.price[4] }} + {{ invest.price[5] }} + {{ invest.price[6] }} + {{ invest.price[7] }} + {{ invest.price[8] }} + {{ invest.price[9] }} + {{ invest.price[10] }} + {{ invest.price[11] }} + {{ invest.total }} + + + {{ investSumList.category_id }} + {{ investSumList.category_name }} + {{ investSumList.price[0] }} + {{ investSumList.price[1] }} + {{ investSumList.price[2] }} + {{ investSumList.price[3] }} + {{ investSumList.price[4] }} + {{ investSumList.price[5] }} + {{ investSumList.price[6] }} + {{ investSumList.price[7] }} + {{ investSumList.price[8] }} + {{ investSumList.price[9] }} + {{ investSumList.price[10] }} + {{ investSumList.price[11] }} + {{ investSumList.total }} + + + - - 投資 - - - - ID - カテゴリ名 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 - 1月 - 2月 - 3月 - 合計 - - - - - {{ invest.category_id }} - {{ invest.category_name }} - {{ invest.price[0] }} - {{ invest.price[1] }} - {{ invest.price[2] }} - {{ invest.price[3] }} - {{ invest.price[4] }} - {{ invest.price[5] }} - {{ invest.price[6] }} - {{ invest.price[7] }} - {{ invest.price[8] }} - {{ invest.price[9] }} - {{ invest.price[10] }} - {{ invest.price[11] }} - {{ invest.total }} - - - {{ investSumList.category_id }} - {{ investSumList.category_name }} - {{ investSumList.price[0] }} - {{ investSumList.price[1] }} - {{ investSumList.price[2] }} - {{ investSumList.price[3] }} - {{ investSumList.price[4] }} - {{ investSumList.price[5] }} - {{ investSumList.price[6] }} - {{ investSumList.price[7] }} - {{ investSumList.price[8] }} - {{ investSumList.price[9] }} - {{ investSumList.price[10] }} - {{ investSumList.price[11] }} - {{ investSumList.total }} - - - -