From cb9cd49627b65a4c0e137e08063271a8cefe1826 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 23 七月 2026 17:48:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/views/bpm/task/todo/index.vue |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/src/views/bpm/task/todo/index.vue b/src/views/bpm/task/todo/index.vue
index 0e4a0fa..80f8839 100644
--- a/src/views/bpm/task/todo/index.vue
+++ b/src/views/bpm/task/todo/index.vue
@@ -2,7 +2,7 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { BpmTaskApi } from '#/api/bpm/task';
 
-import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
+import { Page } from '@vben/common-ui';
 
 import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
 import { getTaskTodoPage } from '#/api/bpm/task';
@@ -55,21 +55,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="瀹℃壒閫氳繃銆佷笉閫氳繃銆侀┏鍥�"
-        url="https://doc.iocoder.cn/bpm/task-todo-done/"
-      />
-      <DocAlert title="瀹℃壒鍔犵銆佸噺绛�" url="https://doc.iocoder.cn/bpm/sign/" />
-      <DocAlert
-        title="瀹℃壒杞姙銆佸娲俱�佹妱閫�"
-        url="https://doc.iocoder.cn/bpm/task-delegation-and-cc/"
-      />
-      <DocAlert title="瀹℃壒鍔犵銆佸噺绛�" url="https://doc.iocoder.cn/bpm/sign/" />
-    </template>
-
-    <Grid table-title="寰呭姙浠诲姟">
+  <Page auto-content-height><Grid table-title="寰呭姙浠诲姟">
       <template #actions="{ row }">
         <TableAction
           :actions="[

--
Gitblit v1.9.3