更换第4,5页的字段

parent 6f648605
/* /*
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2022-10-31 14:22:35 * @Date: 2022-10-31 14:22:35
* @LastEditors: ninglupeng * @LastEditors: wsq
* @LastEditTime: 2022-11-03 14:40:09 * @LastEditTime: 2022-11-03 16:09:49
* @Description: * @Description:
*/ */
module.exports = { module.exports = {
...@@ -37,6 +37,7 @@ module.exports = { ...@@ -37,6 +37,7 @@ module.exports = {
"orNotByEntry": "近期是否由国外入境",//近期是否由国外入境 "orNotByEntry": "近期是否由国外入境",//近期是否由国外入境
"nationality": "国籍", //国籍 "nationality": "国籍", //国籍
"passportId": "护照号", //护照号 "passportId": "护照号", //护照号
"symptom":'症状',//症状
"HasSymptom": "是否有症状",//是否有症状 "HasSymptom": "是否有症状",//是否有症状
"otherSymptom": "其他症状",//其他症状 "otherSymptom": "其他症状",//其他症状
"otherOccupation": "其他职业",//其他职业 "otherOccupation": "其他职业",//其他职业
...@@ -51,7 +52,7 @@ module.exports = { ...@@ -51,7 +52,7 @@ module.exports = {
"occupation": "职业", //职业 "occupation": "职业", //职业
"contactInformation": "联系方式", //联系方式 "contactInformation": "联系方式", //联系方式
"FamilyMembersPhone": "家属联系方式", //家属联系方式 "FamilyMembersPhone": "家属联系方式", //家属联系方式
"Registeredresidence": "户籍地", //户籍地 "Registeredresidence": "户籍地(市)", //户籍地
// "province", //籍贯 (省) // "province", //籍贯 (省)
// "city", //籍贯 (市) // "city", //籍贯 (市)
"address": "现居住地", //现居住地 "address": "现居住地", //现居住地
...@@ -59,6 +60,22 @@ module.exports = { ...@@ -59,6 +60,22 @@ module.exports = {
"typeOfMedicalInsurance": "医保类型", //医保类型 "typeOfMedicalInsurance": "医保类型", //医保类型
"insurance": "商业保险", //商业保险 "insurance": "商业保险", //商业保险
"boy":'男',
"girl":'女',
"Nonpregnant":'未孕',
"pregnant":'已孕',
"unmarried":'未婚',
"married":'已婚',
//第五页 //第五页
"HasOnlineClass": "是否上网课", // 是否上网课 "HasOnlineClass": "是否上网课", // 是否上网课
...@@ -107,7 +124,7 @@ module.exports = { ...@@ -107,7 +124,7 @@ module.exports = {
"whetherPassivitySmoking": "是否被动吸烟", //是否被动吸烟 "whetherPassivitySmoking": "是否被动吸烟", //是否被动吸烟
"passivitySmokingYears": "被动吸烟年数", //是否被动吸烟年数 "passivitySmokingYears": "被动吸烟年数", //是否被动吸烟年数
"year": '年', "year": '年',
"branch":'支',
//第七页 //第七页
...@@ -121,5 +138,8 @@ module.exports = { ...@@ -121,5 +138,8 @@ module.exports = {
"no": "否", "no": "否",
"have": "有", "have": "有",
"noHave": "无", "noHave": "无",
"other":"其他",
"week":'周',
"China":'中国',
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment