From 07cd4c47edceb982e692d8c419b791ae8b3fffe9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 5 Apr 2026 12:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mes):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=89=A9=E6=96=99=E4=BA=A7=E5=93=81=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=20V2=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../item/components/MdItemSelectDialogV2.vue | 44 ++++++++++++++++--- .../mes/md/item/components/MdItemSelectV2.vue | 36 ++++++++++++--- .../item/type/components/MdItemTypeTree.vue | 9 +++- 3 files changed, 76 insertions(+), 13 deletions(-) diff --git a/src/views/mes/md/item/components/MdItemSelectDialogV2.vue b/src/views/mes/md/item/components/MdItemSelectDialogV2.vue index 078e00564..23bf5495d 100644 --- a/src/views/mes/md/item/components/MdItemSelectDialogV2.vue +++ b/src/views/mes/md/item/components/MdItemSelectDialogV2.vue @@ -52,12 +52,20 @@ :stripe="true" :show-overflow-tooltip="true" border + row-key="id" :highlight-current-row="!multiple" @selection-change="handleSelectionChange" + @row-click="handleRowClick" @row-dblclick="handleRowDblClick" > - - + +