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 **/