Browse Source

fix:视力情况字段添加

magic v 4 năm trước cách đây
mục cha
commit
35baa15a29
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/pages/FormVolume/mixins/index.js

+ 2 - 1
src/pages/FormVolume/mixins/index.js

@@ -203,7 +203,8 @@ export default {
             patient_mobile: new RegExp('手机号码'),
             age: new RegExp('年龄'),
             sex: new RegExp('性别'),
-            birthday: new RegExp('出生日期')
+            birthday: new RegExp('出生日期'),
+            sight_memo: new RegExp('视力')
           }
           let keys = Object.keys(config)
           let objs = this.data.result.map(item => {