From b74d628be8ff57a22e4e4a5a164e755a509820ec Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 07 七月 2026 16:50:18 +0800
Subject: [PATCH] 银川 1.员工管理页面开发、联调 2.薪资发放页面开发联调 3.薪酬管理页面开发联调 4.添加请假扣薪管理页面开发联调

---
 src/views/bpm/processExpression/index.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/views/bpm/processExpression/index.vue b/src/views/bpm/processExpression/index.vue
index 8563a77..f7b8f92 100644
--- a/src/views/bpm/processExpression/index.vue
+++ b/src/views/bpm/processExpression/index.vue
@@ -2,7 +2,7 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 import type { BpmProcessExpressionApi } from '#/api/bpm/processExpression';
 
-import { DocAlert, Page, useVbenModal } from '..\..\..\packages\effects\common-ui\src';
+import { Page, useVbenModal } from '../../../packages/effects/common-ui/src';
 
 import { message } from 'ant-design-vue';
 
@@ -83,15 +83,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="娴佺▼琛ㄨ揪寮�"
-        url="https://doc.iocoder.cn/bpm/expression/"
-      />
-    </template>
-
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid table-title="娴佺▼琛ㄨ揪寮�">
       <template #toolbar-tools>
         <TableAction

--
Gitblit v1.9.3