From beb96f272fed78723b49387f4bfbce433b128136 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 13 Dec 2024 16:38:07 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E6=8B=89=E5=8F=96=E6=89=B9=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/pull-image-list.vue | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index 7a62e22..5887cf9 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -180,6 +180,14 @@ > {{ $t('common:button:reset') }} + + + {{ $t('trials:inspection:button:pull') }} + @@ -193,8 +201,10 @@ height="100" @sort-change="handleSortByColumn" :default-sort="{ prop: 'StartTime', order: 'descending' }" + @selection-change="handleSelectionChange" > - + + item.StudyInstanceUID + ) } this.loading = true let res = await cmoveStudyList(data) @@ -488,6 +506,9 @@ export default { console.log(err) } }, + handleSelectionChange(val) { + this.multipleSelection = val + }, }, } \ No newline at end of file