From bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 23 七月 2026 13:05:10 +0800
Subject: [PATCH] feat(workorder): 添加工序投料BOM明细展开功能
---
src/views/mes/process-design/route/modules/product-list.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/mes/process-design/route/modules/product-list.vue b/src/views/mes/process-design/route/modules/product-list.vue
index e21a6d5..098b6dd 100644
--- a/src/views/mes/process-design/route/modules/product-list.vue
+++ b/src/views/mes/process-design/route/modules/product-list.vue
@@ -6,9 +6,9 @@
import { ref, watch } from 'vue';
-import { useVbenModal } from '../../../../../packages/effects/common-ui/src';
-import { DICT_TYPE } from '../../../../../packages/constants/src';
-import { getDictLabel } from '../../../../../packages/effects/hooks/src';
+import { useVbenModal } from '@vben/common-ui';
+import { DICT_TYPE } from '@vben/constants';
+import { getDictLabel } from '@vben/hooks';
import { message } from 'ant-design-vue';
@@ -112,7 +112,7 @@
<TableAction
:actions="[
{
- label: $t('common.edit'),
+ label: '閰嶇疆鎶曟枡',
type: 'link',
ifShow: () => isEditable,
onClick: handleEdit.bind(null, row),
--
Gitblit v1.9.3