feat(@vben/web-antd): erp-重构采购订单模块
- 更新表单组件,使用已有的 VbenForm 组件 - 优化表单字段定义,使用 useFormSchema 函数统一管理 - 重构表格组件,使用 VxeTable - 优化数据处理逻辑,提高代码复用性和可维护性 - 调整界面布局和样式,提升用户体验
This commit is contained in:
@@ -19,8 +19,8 @@ import {
|
||||
} from '#/api/erp/purchase/order';
|
||||
import { $t } from '#/locales';
|
||||
|
||||
import PurchaseOrderForm from './components/PurchaseOrderForm.vue';
|
||||
import { useGridColumns, useGridFormSchema } from './data';
|
||||
import PurchaseOrderForm from './modules/form.vue';
|
||||
|
||||
/** ERP 采购订单列表 */
|
||||
defineOptions({ name: 'ErpPurchaseOrder' });
|
||||
|
||||
Reference in New Issue
Block a user