Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShanghaiGongwei
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
ShanghaiGongwei
Commits
5c75918f
Commit
5c75918f
authored
Nov 04, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除医保的默认值
parent
d0147ae3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/page4.vue
+2
-2
src/components/page6.vue
+2
-2
No files found.
src/components/page4.vue
View file @
5c75918f
...
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditTime: 2022-11-04 1
5:47:22
* @LastEditTime: 2022-11-04 1
6:26:05
* @Description:
-->
<
template
>
...
...
@@ -527,7 +527,7 @@ export default {
city
:
""
,
//籍贯 (市)
address
:
""
,
//地址
idCard
:
""
,
//身份证号
typeOfMedicalInsurance
:
this
.
$i18n
.
locale
==
""
,
//医保类型---默认值 上海医保
typeOfMedicalInsurance
:
""
,
//医保类型---默认值 上海医保
insurance
:
this
.
$i18n
.
locale
==
"zh"
?
"无"
:
"يوق"
,
//商业保险---默认值 无
HasSymptom
:
this
.
$i18n
.
locale
==
"zh"
?
"否"
:
"ياق"
,
//有无症状---默认值 否
...
...
src/components/page6.vue
View file @
5c75918f
...
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditTime: 2022-11-04 1
5:59:15
* @LastEditTime: 2022-11-04 1
6:06:50
* @Description:
-->
<
template
>
...
...
@@ -151,7 +151,7 @@
direction="horizontal"
>
<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>
</
template
>
</van-field>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment