diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue
index 4dc057ff..cd05157b 100644
--- a/src/views/ECG/ECGForm.vue
+++ b/src/views/ECG/ECGForm.vue
@@ -146,7 +146,7 @@
测量
-
+ 放大
diff --git a/src/views/ECG/ECGhtml.vue b/src/views/ECG/ECGhtml.vue
index 37ded7a2..0309c3bb 100644
--- a/src/views/ECG/ECGhtml.vue
+++ b/src/views/ECG/ECGhtml.vue
@@ -126,7 +126,6 @@ function handleMouseDown(event, type) {
const y = event.clientY - rect.top
if (lastPoint.value) {
- // 如果已经有一个点被记录,那么使用这个新点和上一个点绘制线条
drawLineAndDistance(lastPoint.value, { x, y })
lastPoint.value = null // 重置上一个点
} else {
@@ -451,7 +450,7 @@ const lead_name = ['I', 'II', 'III', 'aVR', 'aVL', 'aVF']
const rlead_name = ['V1', 'V2', 'V3', 'V4', 'V5', 'V6']
-//将读取到的文件转换成数组
+//将读取到的文���转换成数组
function handleFileChange() {
const json = JSON.parse(text.value)