diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue
index 3065225e..6dc4b1e3 100644
--- a/acupuncture-前台/src/views/medicalFile/index.vue
+++ b/acupuncture-前台/src/views/medicalFile/index.vue
@@ -311,7 +311,9 @@
fixed="right"
>
- {{ status[scope.row.status] }}
+ {{
+ status[scope.row.status]
+ }}
修改