From 858df78951d5c29e8d4217cffcf81d2cc4fabcd4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 03 八月 2026 14:58:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0
---
src/views/bpm/oa/leave/index.vue | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/src/views/bpm/oa/leave/index.vue b/src/views/bpm/oa/leave/index.vue
index e1dc9a7..bca4a85 100644
--- a/src/views/bpm/oa/leave/index.vue
+++ b/src/views/bpm/oa/leave/index.vue
@@ -4,8 +4,8 @@
import { h, onActivated } from 'vue';
-import { DocAlert, Page, prompt } from '..\..\..\..\packages\effects\common-ui\src';
-import { BpmProcessInstanceStatus } from '..\..\..\..\packages\constants\src';
+import { Page, prompt } from '@vben/common-ui';
+import { BpmProcessInstanceStatus } from '@vben/constants';
import { message, Textarea } from 'ant-design-vue';
@@ -134,15 +134,7 @@
</script>
<template>
- <Page auto-content-height>
- <template #doc>
- <DocAlert
- title="瀹℃壒鎺ュ叆锛堜笟鍔¤〃鍗曪級"
- url="https://doc.iocoder.cn/bpm/use-business-form/"
- />
- </template>
-
- <Grid table-title="璇峰亣鍒楄〃">
+ <Page auto-content-height><Grid table-title="璇峰亣鍒楄〃">
<template #toolbar-tools>
<TableAction
:actions="[
--
Gitblit v1.9.3