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
b37eab16
Commit
b37eab16
authored
Apr 13, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.去除最后一次接种日期默认时间
2.过敏史异常显示问题
parent
7a436249
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
9 deletions
+15
-9
src/components/page5.vue
+3
-3
src/components/page6.vue
+12
-6
No files found.
src/components/page5.vue
View file @
b37eab16
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors:
ninglupeng
* @LastEditTime: 2022-04-
08 16:46:34
* @LastEditors:
wsq
* @LastEditTime: 2022-04-
13 10:47:47
* @Description:
-->
<
template
>
...
...
@@ -471,7 +471,7 @@ export default {
// this.unusualDate = formatDate(new Date(), "yyyy-MM-dd"); //核酸检测异常时间
// this.normalDate = formatDate(new Date(), "yyyy-MM-dd"); //未发生异常时间
// this.inHospitalDate = formatDate(new Date(), "yyyy-MM-dd"); //120转运时间
this
.
vaccineDate
=
formatDate
(
new
Date
(),
"yyyy-MM-dd"
);
//最后一次接种日期
//
this.vaccineDate = formatDate(new Date(), "yyyy-MM-dd"); //最后一次接种日期
},
onpurpose
(
value
,
index
)
{
...
...
src/components/page6.vue
View file @
b37eab16
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors:
ninglupeng
* @LastEditTime: 2022-0
3-24 14:38:0
2
* @LastEditors:
wsq
* @LastEditTime: 2022-0
4-13 10:51:3
2
* @Description:
-->
<
template
>
...
...
@@ -56,7 +56,7 @@
></van-field> -->
<van-field
v-
if
=
"hasHistoryAllergies == '有'"
v-
show
=
"hasHistoryAllergies == '有'"
colon
clearable
label-width=
"125px"
...
...
@@ -67,7 +67,7 @@
@
blur=
"setLocalStorge('foodAllergy')"
></van-field>
<van-field
v-
if
=
"hasHistoryAllergies == '有'"
v-
show
=
"hasHistoryAllergies == '有'"
colon
clearable
label-width=
"125px"
...
...
@@ -78,7 +78,7 @@
@
blur=
"setLocalStorge('drugAllergy')"
></van-field>
<van-field
v-
if
=
"hasHistoryAllergies == '有'"
v-
show
=
"hasHistoryAllergies == '有'"
colon
clearable
label-width=
"125px"
...
...
@@ -118,7 +118,7 @@
</van-field>
<van-field
v-
if
=
"hasHistorySurgery == '有'"
v-
show
=
"hasHistorySurgery == '有'"
colon
clearable
label-width=
"125px"
...
...
@@ -402,6 +402,12 @@ export default {
}
});
this
.
foodAllergy
=
this
.
getLocalStorge
(
'foodAllergy'
)
this
.
drugAllergy
=
this
.
getLocalStorge
(
'drugAllergy'
)
this
.
otherAllergy
=
this
.
getLocalStorge
(
'otherAllergy'
)
this
.
previousHistory
=
this
.
getLocalStorge
(
"previousHistory"
).
split
(
","
);
},
...
...
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