Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-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
songrui
frontend-h5
Commits
0965a178
Commit
0965a178
authored
Sep 18, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 随访方式未实现的禁用
parent
b213bf58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
Doctor.vue
src/doctor/Doctor.vue
+1
-1
BaseInfo.vue
src/doctor/followUp/generalFU/form/BaseInfo.vue
+16
-8
No files found.
src/doctor/Doctor.vue
View file @
0965a178
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
889523ac-f787-42a7-bc49-fb935c091414
'
token
=
'
fded9109-dbf6-4a30-bc46-a5815921c8df
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/generalFU/form/BaseInfo.vue
View file @
0965a178
...
...
@@ -323,13 +323,15 @@
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
</div>
</div>
<van-cell
title=
'短信(指导)'
clickable
@
click=
'form.visitWay = 9'
<!-- @click='form.visitWay = 9'-->
<van-cell
title=
'短信(指导)'
clickable
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 9 ? '8px 8px 0px 0px ': '8px'}"
>
<
template
#
right-icon
>
<van-radio-group
disabled
>
<van-radio
:name=
'9'
/>
</van-radio-group>
</
template
>
</van-cell>
<div
class=
'tel-back'
v-if=
'form.visitWay == 9'
>
...
...
@@ -362,13 +364,15 @@
</van-radio-group>
</div>
</div>
<van-cell
title=
'微信(指导)'
clickable
@
click=
'form.visitWay = 11'
<!-- @click='form.visitWay = 11'-->
<van-cell
title=
'微信(指导)'
clickable
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 11 ? '8px 8px 0px 0px ': '8px'}"
>
<
template
#
right-icon
>
<van-radio-group
disabled
>
<van-radio
:name=
'11'
/>
</van-radio-group>
</
template
>
</van-cell>
<div
class=
'tel-back'
v-if=
'form.visitWay == 11'
>
...
...
@@ -401,13 +405,15 @@
</van-radio-group>
</div>
</div>
<van-cell
title=
'短信(催检)'
clickable
@
click=
'form.visitWay = 10'
<!-- @click='form.visitWay = 10'-->
<van-cell
title=
'短信(催检)'
clickable
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 10 ? '8px 8px 0px 0px ': '8px'}"
>
<
template
#
right-icon
>
<van-radio-group
disabled
>
<van-radio
:name=
'10'
/>
</van-radio-group>
</
template
>
</van-cell>
<div
class=
'tel-back'
v-if=
'form.visitWay == 10'
>
...
...
@@ -426,13 +432,15 @@
<van-popup
v-model:show=
'showTime1'
position=
'bottom'
>
<van-date-picker
@
confirm=
'timeConfirm1'
@
cancel=
'showBirth = false'
/>
</van-popup>
<van-cell
title=
'微信(催检)'
clickable
@
click=
'form.visitWay = 12'
<!-- @click='form.visitWay = 12'-->
<van-cell
title=
'微信(催检)'
clickable
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 12 ? '8px 8px 0px 0px ': '8px'}"
>
<
template
#
right-icon
>
<van-radio-group
disabled
>
<van-radio
:name=
'12'
/>
</van-radio-group>
</
template
>
</van-cell>
<div
class=
'tel-back'
v-if=
'form.visitWay == 12'
>
...
...
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