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