From 25fa7339433bd7ac63fe947855299d3177dc5334 Mon Sep 17 00:00:00 2001 From: hujiale <13306077+hujiale9527@user.noreply.gitee.com> Date: Fri, 25 Oct 2024 13:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/Output2/index.vue | 8 +- .../src/views/dashboard/home/index.vue | 236 +++--------------- 2 files changed, 45 insertions(+), 199 deletions(-) diff --git a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue index 86cb4868..19d6f01a 100644 --- a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue +++ b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue @@ -315,9 +315,15 @@ const selectTodoClick = (item: string) => { 全部 -
  • +
  • diff --git a/apps/web-test/src/views/dashboard/home/index.vue b/apps/web-test/src/views/dashboard/home/index.vue index 101c2ace..6a10a8f1 100644 --- a/apps/web-test/src/views/dashboard/home/index.vue +++ b/apps/web-test/src/views/dashboard/home/index.vue @@ -39,7 +39,7 @@ import { storeToRefs } from 'pinia'; import { useCanvasStore, UseTilesStore } from '#/store'; -import { tilesList } from './tiles'; +import { groupList, tilesList } from './tiles'; import { debounce, isElementInFolder, isGroup, updateRowHeight } from './utils'; const tilesStore = UseTilesStore(); @@ -569,8 +569,7 @@ const formState = reactive({ Displayed as [x, y, w, h]:
    - {{ item.i }}: [{{ item.x }}, {{ item.y }}, {{ item.w }}, {{ item.h }}] + {{ item.i }}: [{{ item.x }}, {{ item.y }}, {{ item.w }}, {{ item.h }}]
    @@ -671,209 +670,50 @@ const formState = reactive({