Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
godwithdh
WX_h5
Commits
a61090b7
Commit
a61090b7
authored
Feb 14, 2020
by
张锡奇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://47.110.145.204:2222/godwithdh/wx_h5
parents
4667af6d
7b1cd4a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
host.js
src/libs/host.js
+2
-2
punchClockDetail.vue
src/view/healthCard/punchClockDetail.vue
+4
-4
No files found.
src/libs/host.js
View file @
a61090b7
...
...
@@ -31,8 +31,8 @@ function urlFun(name){
/**
* 健康打卡统计
*/
//
health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`,
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1227787695263191040`
,
//测试地址
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`
,
//
health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1227787695263191040`, //测试地址
// health:`http://xuxiaoming.vaiwan.com`
}
return
url
[
name
]
...
...
src/view/healthCard/punchClockDetail.vue
View file @
a61090b7
...
...
@@ -86,7 +86,7 @@
<span>
{{
value
.
sAddressFull
}}
</span>
</div>
<div
class=
"list"
>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
4. 是否接触过疑似或确诊的新型肺炎患者
</div>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
4. 是否接触过疑似或确诊的新型肺炎患者
?
</div>
<v-radio-group
v-model=
"value.bTouch"
:disabled=
"status==2"
>
<div><v-radio
:value=
"0"
label=
"否"
/></div>
<div><v-radio
:value=
"1"
label=
"是"
/></div>
...
...
@@ -112,21 +112,21 @@
type=
"number"
/>
</div>
<div
class=
"list"
>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
6. 是否自我隔离
</div>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
6. 是否自我隔离
?
</div>
<v-radio-group
v-model=
"value.bQuarantine"
:disabled=
"status==2"
>
<div><v-radio
:value=
"0"
label=
"否"
/></div>
<div><v-radio
:value=
"1"
label=
"是"
/></div>
</v-radio-group>
</div>
<div
class=
"list"
>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
7. 是否就医
</div>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
7. 是否就医
?
</div>
<v-radio-group
v-model=
"value.bHospital"
:disabled=
"status==2"
>
<div><v-radio
:value=
"0"
label=
"否"
/></div>
<div><v-radio
:value=
"1"
label=
"是"
/></div>
</v-radio-group>
</div>
<div
class=
"list"
>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
8. 自2020年1月18
号,是否在重点疫区【湖北、温州、台州(温岭,黄岩)】等地有过停留史
</div>
<div
class=
"tip"
><span
style=
"color:red;"
v-if=
"status!=2"
>
*
</span>
8. 自2020年1月18
日至今,是否去过重点疫区【湖北、温州、台州(温岭、黄岩)】等地有过停留史?
</div>
<v-radio-group
v-model=
"value.bHaveBeen"
:disabled=
"status==2"
>
<div><v-radio
:value=
"0"
label=
"否"
/></div>
<div><v-radio
:value=
"1"
label=
"是"
/></div>
...
...
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