From bdaa472dc215775e5d306b7046af0bc1111c718d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 14 八月 2026 15:58:06 +0800
Subject: [PATCH] feat(bpm): 添加业务附件配置功能
---
src/views/system/tenant/index.vue | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue
index eb24559..3a639ab 100644
--- a/src/views/system/tenant/index.vue
+++ b/src/views/system/tenant/index.vue
@@ -4,8 +4,8 @@
import { ref } from 'vue';
-import { confirm, DocAlert, Page, useVbenModal } from '..\..\..\packages\effects\common-ui\src';
-import { downloadFileFromBlobPart, isEmpty } from '..\..\..\packages\utils\src';
+import { confirm, Page, useVbenModal } from '@vben/common-ui';
+import { downloadFileFromBlobPart, isEmpty } from '@vben/utils';
import { message } from 'ant-design-vue';
@@ -123,12 +123,7 @@
});
</script>
<template>
- <Page auto-content-height>
- <template #doc>
- <DocAlert title="SaaS 澶氱鎴�" url="https://doc.iocoder.cn/saas-tenant/" />
- </template>
-
- <FormModal @success="handleRefresh" />
+ <Page auto-content-height><FormModal @success="handleRefresh" />
<Grid table-title="绉熸埛鍒楄〃">
<template #toolbar-tools>
<TableAction
--
Gitblit v1.9.3