去除医保的默认值

parent d0147ae3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-11-04 15:47:22 * @LastEditTime: 2022-11-04 16:26:05
* @Description: * @Description:
--> -->
<template> <template>
...@@ -527,7 +527,7 @@ export default { ...@@ -527,7 +527,7 @@ export default {
city: "", //籍贯 (市) city: "", //籍贯 (市)
address: "", //地址 address: "", //地址
idCard: "", //身份证号 idCard: "", //身份证号
typeOfMedicalInsurance: this.$i18n.locale == "", //医保类型---默认值 上海医保 typeOfMedicalInsurance:"", //医保类型---默认值 上海医保
insurance: this.$i18n.locale == "zh" ? "无" : "يوق", //商业保险---默认值 无 insurance: this.$i18n.locale == "zh" ? "无" : "يوق", //商业保险---默认值 无
HasSymptom: this.$i18n.locale == "zh" ? "否" : "ياق", //有无症状---默认值 否 HasSymptom: this.$i18n.locale == "zh" ? "否" : "ياق", //有无症状---默认值 否
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-11-04 15:59:15 * @LastEditTime: 2022-11-04 16:06:50
* @Description: * @Description:
--> -->
<template> <template>
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
direction="horizontal" direction="horizontal"
> >
<van-radio :name="$t('have')">{{ $t("have") }}</van-radio> <van-radio :name="$t('have')">{{ $t("have") }}</van-radio>
<van-radio :name="$t('noHave')"></van-radio> <van-radio :name="$t('noHave')">{{ $t("noHave") }}</van-radio>
</van-radio-group> </van-radio-group>
</template> </template>
</van-field> </van-field>
......
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