From 75242bbba28ae8902ddf86d33febb497d79e5fc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 八月 2026 10:45:27 +0800
Subject: [PATCH] 银川 1.首页修改 2.ai辅助功能
---
src/views/bpm/model/definition/index.vue | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/bpm/model/definition/index.vue b/src/views/bpm/model/definition/index.vue
index 063aca7..811d169 100644
--- a/src/views/bpm/model/definition/index.vue
+++ b/src/views/bpm/model/definition/index.vue
@@ -5,8 +5,8 @@
import { onMounted } from 'vue';
import { useRoute, useRouter } from 'vue-router';
-import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src';
-import { BpmModelFormType } from '../../../../packages/constants/src';
+import { Page, useVbenModal } from '@vben/common-ui';
+import { BpmModelFormType } from '@vben/constants';
import { Button, Tooltip } from 'ant-design-vue';
@@ -89,11 +89,7 @@
<template>
<Page auto-content-height>
- <FormCreateDetailModal />
- <template #doc>
- <DocAlert title="宸ヤ綔娴佹墜鍐�" url="https://doc.iocoder.cn/bpm/" />
- </template>
- <Grid table-title="娴佺▼瀹氫箟鍒楄〃">
+ <FormCreateDetailModal /><Grid table-title="娴佺▼瀹氫箟鍒楄〃">
<template #startUsers="{ row }">
<template v-if="!row.startUsers || row.startUsers.length === 0">
鍏ㄩ儴鍙
--
Gitblit v1.9.3