From fb8ebb92202e59b902d3976e75ddae7ad2e60cb8 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 26 八月 2026 09:03:40 +0800
Subject: [PATCH] feat(erp): 销售订单列表支持打印/导出详情单据,供企业盖章留存
---
src/views/crm/product/category/index.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/views/crm/product/category/index.vue b/src/views/crm/product/category/index.vue
index 2cc9b86..f48a679 100644
--- a/src/views/crm/product/category/index.vue
+++ b/src/views/crm/product/category/index.vue
@@ -4,7 +4,7 @@
import { ref } from 'vue';
-import { DocAlert, Page, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src';
+import { Page, useVbenModal } from '@vben/common-ui';
import { message } from 'ant-design-vue';
@@ -103,15 +103,7 @@
</script>
<template>
- <Page auto-content-height>
- <template #doc>
- <DocAlert
- title="銆愪骇鍝併�戜骇鍝佺鐞嗐�佷骇鍝佸垎绫�"
- url="https://doc.iocoder.cn/crm/product/"
- />
- </template>
-
- <FormModal @success="handleRefresh" />
+ <Page auto-content-height><FormModal @success="handleRefresh" />
<Grid>
<template #toolbar-tools>
<TableAction
--
Gitblit v1.9.3