diff --git a/src/views/cases/detail.vue b/src/views/cases/detail.vue index 0900706..ec4f5db 100644 --- a/src/views/cases/detail.vue +++ b/src/views/cases/detail.vue @@ -6,63 +6,43 @@
超声影像 - + 新增
- + - +
@@ -79,64 +59,42 @@ {{ form.status && form.status == 15 ? "(" + - statusList.find((i) => i.value == form.status).label + - "理由:" + - form.status_comment + - ")" + statusList.find((i) => i.value == form.status).label + + "理由:" + + form.status_comment + + ")" : "" }}
- + 审核通过 - + 审核拒绝 - + 暂存 - + 提交 - + 打印 @@ -152,15 +110,13 @@ -
+ "> 远程超声检查报告
@@ -181,24 +137,20 @@ {{ form.patient_sex ? patientSexList.find( - (i) => i.value == form.patient_sex - ).label || "" + (i) => i.value == form.patient_sex + ).label || "" : "" }} - + {{ form.patient_age }} {{ form.patient_age_type ? patientAgeTypeList.find( - (i) => i.value == form.patient_age_type - ).label || "" + (i) => i.value == form.patient_age_type + ).label || "" : "" }} @@ -235,7 +187,7 @@ - {{ form.equipments.map((i) => i.name).join("|") }} + {{form.equipments.map((i) => i.name).join("|")}} @@ -243,133 +195,89 @@ {{ form.positions.length ? form.positions - .map((item) => item.level2.name) - .join("|") + - (form.position_text ? "|" + form.position_text : "") + .map((item) => item.level2.name) + .join("|") + + (form.position_text ? "|" + form.position_text : "") : form.position_text }}
- - - - + + + +
+
-
+
+ - + - + - + - +
- + 全部复制 - + "> 一键同意 - + 专家已确认 - + 待确认
@@ -384,31 +292,17 @@ - - + + {{ item.name }} - + "> {{ item.username }} @@ -417,15 +311,10 @@ - + 阳性 @@ -435,39 +324,19 @@
- + - + - + - + - +
@@ -480,100 +349,42 @@
- + 新增 - + 删除 - + 编辑
- + - - + + - - + + 应用 - - + + 应用 @@ -582,45 +393,26 @@
- + 新增
- - + +