From 20cbde0348ae3c0eaa95ba63ec427b71d911dbee Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 26 Mar 2024 16:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dicomAE/index.vue | 3 - .../components/add-trials-list.vue | 252 +++++++++++++++--- src/views/trials/trials-inspection/index.vue | 2 +- 3 files changed, 211 insertions(+), 46 deletions(-) diff --git a/src/views/system/dicomAE/index.vue b/src/views/system/dicomAE/index.vue index 7666572..6602a77 100644 --- a/src/views/system/dicomAE/index.vue +++ b/src/views/system/dicomAE/index.vue @@ -81,21 +81,18 @@ 编辑 删除 测试 diff --git a/src/views/trials/trials-inspection/components/add-trials-list.vue b/src/views/trials/trials-inspection/components/add-trials-list.vue index af83c8c..85f5430 100644 --- a/src/views/trials/trials-inspection/components/add-trials-list.vue +++ b/src/views/trials/trials-inspection/components/add-trials-list.vue @@ -9,10 +9,11 @@ {{ $t("trials:inspection:button:addTrials") }}({{ $t("trials:uploadDicomList:table:patientInfo") - }}:T0001132,ZhangSan)
- + + + +
@@ -31,33 +46,45 @@

{{ $t("trials:inspection:message:checkAddTrials") }}

+ + + + + + + - + - + - - - - + @@ -78,7 +105,7 @@ - + {{ $t("trials:addRP:button:confirmAddPR") }}
@@ -94,19 +121,34 @@ height="100" @selection-change="handleSelectChange" > - + + > + + @@ -240,4 +401,11 @@ export default { justify-content: space-between; } } +::v-deep .has-gutter { + .el-table-column--selection { + .el-checkbox { + display: none; + } + } +} \ No newline at end of file diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index 6fa1a57..264f685 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -243,7 +243,7 @@ export default { // 检查列表 total: 0, loading: false, - list: [{ key: 1, VisitName: "123" }], + list: [], // 选中的患者 selectPatient: {}, // 研究项目列表