|
@@ -84,18 +84,16 @@ import CustomNav from '@/components/CustomNav.vue'
|
|
|
|
|
|
|
|
// 吸烟选项
|
|
// 吸烟选项
|
|
|
const smokingOptions = [
|
|
const smokingOptions = [
|
|
|
- { label: '从不吸烟', value: 'never' },
|
|
|
|
|
- { label: '已戒烟', value: 'quit' },
|
|
|
|
|
- { label: '偶尔吸烟', value: 'occasional' },
|
|
|
|
|
- { label: '经常吸烟', value: 'frequent' }
|
|
|
|
|
|
|
+ { label: '否', value: 'no' },
|
|
|
|
|
+ { label: '偶尔(吸烟<1包/周)', value: 'occasional' },
|
|
|
|
|
+ { label: '经常', value: 'frequent' }
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
// 饮酒选项
|
|
// 饮酒选项
|
|
|
const drinkingOptions = [
|
|
const drinkingOptions = [
|
|
|
- { label: '从不饮酒', value: 'never' },
|
|
|
|
|
- { label: '已戒酒', value: 'quit' },
|
|
|
|
|
- { label: '偶尔饮酒', value: 'occasional' },
|
|
|
|
|
- { label: '经常饮酒', value: 'frequent' }
|
|
|
|
|
|
|
+ { label: '否', value: 'no' },
|
|
|
|
|
+ { label: '偶尔(饮酒<1次/周)', value: 'occasional' },
|
|
|
|
|
+ { label: '经常', value: 'frequent' }
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
// 疾病列表
|
|
// 疾病列表
|