Commit 0a2f4a0f by nlp97

Merge branch 'feature/语言国际化--dev公卫' of…

Merge branch 'feature/语言国际化--dev公卫' of https://gitlab.suvalue.com/ninglupeng/ShanghaiGongwei into feature/语言国际化--dev公卫

# Conflicts:
#	src/components/page4.vue
#	src/components/page6.vue
parents eef26273 5c75918f
<!-- <!--
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: wsq * @LastEditors: ninglupeng
* @LastEditTime: 2022-11-04 15:59:15 * @LastEditTime: 2022-11-04 16:58:20
* @Description: * @Description:
--> -->
<template> <template>
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
} }
" v-model="HasPreviousHistory" direction="horizontal"> " v-model="HasPreviousHistory" 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