From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件
---
src/views/crm/customer/pool/index.vue | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/src/views/crm/customer/pool/index.vue b/src/views/crm/customer/pool/index.vue
index 7a048e2..13313a4 100644
--- a/src/views/crm/customer/pool/index.vue
+++ b/src/views/crm/customer/pool/index.vue
@@ -4,8 +4,8 @@
import { useRouter } from 'vue-router';
-import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
-import { downloadFileFromBlobPart } from '..\..\..\..\packages\utils\src';
+import { Page } from '@vben/common-ui';
+import { downloadFileFromBlobPart } from '@vben/utils';
import { Button } from 'ant-design-vue';
@@ -61,19 +61,7 @@
</script>
<template>
- <Page auto-content-height>
- <template #doc>
- <DocAlert
- title="銆愬鎴枫�戝鎴风鐞嗐�佸叕娴峰鎴�"
- url="https://doc.iocoder.cn/crm/customer/"
- />
- <DocAlert
- title="銆愰�氱敤銆戞暟鎹潈闄�"
- url="https://doc.iocoder.cn/crm/permission/"
- />
- </template>
-
- <Grid>
+ <Page auto-content-height><Grid>
<template #toolbar-tools>
<TableAction
:actions="[
--
Gitblit v1.9.3