From d2a80d7b57325bb29eb8719111ea12d3b5b0ae6e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 16 七月 2026 10:34:22 +0800
Subject: [PATCH] 银川 1.采购申请页面修改 2.添加在线查看附件预览功能 3.修改我的流程页面展示样式流程状态点击报错问题

---
 src/views/bpm/processInstance/manager/index.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/views/bpm/processInstance/manager/index.vue b/src/views/bpm/processInstance/manager/index.vue
index ec8f6b2..53af337 100644
--- a/src/views/bpm/processInstance/manager/index.vue
+++ b/src/views/bpm/processInstance/manager/index.vue
@@ -4,8 +4,8 @@
 
 import { h } 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 { Button, message, Textarea } from 'ant-design-vue';
 
@@ -99,12 +99,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert title="宸ヤ綔娴佹墜鍐�" url="https://doc.iocoder.cn/bpm" />
-    </template>
-
-    <Grid table-title="娴佺▼瀹炰緥">
+  <Page auto-content-height><Grid table-title="娴佺▼瀹炰緥">
       <template #tasks="{ row }">
         <template v-if="row.tasks && row.tasks.length > 0">
           <Button

--
Gitblit v1.9.3