From 5ec730ca8b513e0affda66bd18046003e0714eea Mon Sep 17 00:00:00 2001
From: lichuanyang <1176537920@qq.com>
Date: Fri, 16 Aug 2024 12:29:27 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=8F=E5=88=97-=E6=95=B0=E9=87=8F=EF=BC=8C?=
=?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/tblist/patientexamlist/index.vue | 17 ++++++++---------
.../tblist/patientexamlistultrasonic/index.vue | 13 ++++++-------
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/src/views/tblist/patientexamlist/index.vue b/src/views/tblist/patientexamlist/index.vue
index 03e8c99d..1cec59c6 100644
--- a/src/views/tblist/patientexamlist/index.vue
+++ b/src/views/tblist/patientexamlist/index.vue
@@ -298,7 +298,7 @@
width="180px"
/>
-
+
@@ -450,25 +450,24 @@ const exportLoading = ref(false) // 导出的加载中
/** 影像组件 */
const dicomViewRef = ref()
-const opendicomViewFrom= (id: number, orgid: string, regid: string,examId:string) => {
- dicomViewRef.value.open(id, orgid, regid,examId)
+const opendicomViewFrom = (id: number, orgid: string, regid: string, examId: string) => {
+ dicomViewRef.value.open(id, orgid, regid, examId)
}
/** 表格行点击 */
const clickNumber = ref(0)
function handleEdit(row) {
console.log(111111121212)
- if(!row.deviceType.includes("US"))//US是超声类
- {
- opendicomViewFrom(row.id,row.orgId,row.regId,row.examId)
+ if (!row.deviceType.includes('US')) {
+ //US是超声类
+ opendicomViewFrom(row.id, row.orgId, row.regId, row.examId)
-
- /* clickNumber.value++;
+ /* clickNumber.value++;
if (clickNumber.value == 2) {
}
clickNumber.value = 0; */
-}
+ }
}
/** aaaaa **/
diff --git a/src/views/tblist/patientexamlistultrasonic/index.vue b/src/views/tblist/patientexamlistultrasonic/index.vue
index 6edf6be0..a69d7489 100644
--- a/src/views/tblist/patientexamlistultrasonic/index.vue
+++ b/src/views/tblist/patientexamlistultrasonic/index.vue
@@ -297,7 +297,7 @@
width="180px"
/>
-
+
@@ -457,17 +457,16 @@ const openultrForm = (id: number, orgid: string, regid: string) => {
const clickNumber = ref(0)
function handleEdit(row) {
console.log(111111121212)
- if(row.deviceType.includes("US"))//US是超声类
- {
- openultrForm(row.id,row.orgId,row.regId)
+ if (row.deviceType.includes('US')) {
+ //US是超声类
+ openultrForm(row.id, row.orgId, row.regId)
-
- /* clickNumber.value++;
+ /* clickNumber.value++;
if (clickNumber.value == 2) {
}
clickNumber.value = 0; */
-}
+ }
}
/** aaaaa **/