diff --git a/src/components/PatientInfo/PatientTable.vue b/src/components/PatientInfo/PatientTable.vue
index 89d1f47..f0bd25e 100644
--- a/src/components/PatientInfo/PatientTable.vue
+++ b/src/components/PatientInfo/PatientTable.vue
@@ -16,7 +16,7 @@
{{ index + 1 }}
-
+
{{ record.inputStatus === 0 ? '新建'
: record.inputStatus === 1 ? '数据搜集中'
@@ -27,7 +27,7 @@
- 选择
+ 选择