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
f44996c2
Commit
f44996c2
authored
Sep 12, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 样式调整
parent
08d45756
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
List.vue
src/doctor/followUp/List.vue
+3
-1
BaseInfo.vue
src/doctor/followUp/generalFU/form/BaseInfo.vue
+10
-7
No files found.
src/doctor/followUp/List.vue
View file @
f44996c2
...
@@ -244,7 +244,9 @@ export default {
...
@@ -244,7 +244,9 @@ export default {
color: #607FF0;
color: #607FF0;
border: 0px;
border: 0px;
line-height: 26px;
line-height: 26px;
padding: 4px 8px 4px 8px;
height: 26px;
//padding: 4px 8px 4px 8px;
padding: 0px 8px;
}
}
.list-data {
.list-data {
...
...
src/doctor/followUp/generalFU/form/BaseInfo.vue
View file @
f44996c2
...
@@ -116,6 +116,9 @@
...
@@ -116,6 +116,9 @@
v-model=
'form.presentCodeName'
v-model=
'form.presentCodeName'
is-link
is-link
readonly
readonly
type=
"textarea"
autosize
style=
'min-height: 26px!important;'
placeholder=
'请选择所在地区'
placeholder=
'请选择所在地区'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:rules=
'rules.presentCodeName'
:rules=
'rules.presentCodeName'
...
@@ -169,7 +172,7 @@
...
@@ -169,7 +172,7 @@
<van-field
name=
'radio'
:rules=
'rules.visitSituation'
class=
'p-12-0'
>
<van-field
name=
'radio'
:rules=
'rules.visitSituation'
class=
'p-12-0'
>
<template
#
input
>
<template
#
input
>
<van-radio-group
v-model=
'form.visitSituation'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.visitSituation'
class=
'w-full'
shape=
'dot'
>
<van-cell-group>
<van-cell
title=
'在访'
clickable
@
click=
"form.visitSituation = 1"
<van-cell
title=
'在访'
clickable
@
click=
"form.visitSituation = 1"
class=
'input-back form-input'
>
class=
'input-back form-input'
>
<template
#
right-icon
>
<template
#
right-icon
>
...
@@ -182,7 +185,6 @@
...
@@ -182,7 +185,6 @@
<van-radio
:name=
'2'
/>
<van-radio
:name=
'2'
/>
</
template
>
</
template
>
</van-cell>
</van-cell>
</van-cell-group>
</van-radio-group>
</van-radio-group>
</template>
</template>
</van-field>
</van-field>
...
@@ -192,7 +194,7 @@
...
@@ -192,7 +194,7 @@
v-if=
'form.visitSituation == 2'
>
v-if=
'form.visitSituation == 2'
>
<
template
#
input
>
<
template
#
input
>
<van-radio-group
v-model=
'form.lossReason'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.lossReason'
class=
'w-full'
shape=
'dot'
>
<van-cell-group>
<van-cell
title=
'无法联系'
clickable
@
click=
"form.lossReason = 1"
<van-cell
title=
'无法联系'
clickable
@
click=
"form.lossReason = 1"
class=
'input-back form-input'
>
class=
'input-back form-input'
>
<template
#
right-icon
>
<template
#
right-icon
>
...
@@ -240,7 +242,7 @@
...
@@ -240,7 +242,7 @@
/>
/>
</div>
</div>
</van-cell-group>
</van-radio-group>
</van-radio-group>
</template>
</template>
</van-field>
</van-field>
...
@@ -249,7 +251,7 @@
...
@@ -249,7 +251,7 @@
<van-field
name=
'radio'
:rules=
'rules.visitWay'
class=
'p-12-0'
v-if=
'form.visitSituation == 1'
>
<van-field
name=
'radio'
:rules=
'rules.visitWay'
class=
'p-12-0'
v-if=
'form.visitSituation == 1'
>
<
template
#
input
>
<
template
#
input
>
<van-radio-group
v-model=
'form.visitWay'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.visitWay'
class=
'w-full'
shape=
'dot'
>
<van-cell-group>
<van-cell
title=
'门诊'
clickable
@
click=
"form.visitWay = 5"
<van-cell
title=
'门诊'
clickable
@
click=
"form.visitWay = 5"
class=
'input-back form-input'
class=
'input-back form-input'
:style=
"
{borderRadius: form.visitWay == 5 ? '8px 8px 0px 0px ': '8px'}"
:style=
"
{borderRadius: form.visitWay == 5 ? '8px 8px 0px 0px ': '8px'}"
...
@@ -443,7 +445,7 @@
...
@@ -443,7 +445,7 @@
<van-popup
v-model:show=
'showTime2'
position=
'bottom'
>
<van-popup
v-model:show=
'showTime2'
position=
'bottom'
>
<van-date-picker
@
confirm=
'timeConfirm2'
@
cancel=
'showBirth = false'
/>
<van-date-picker
@
confirm=
'timeConfirm2'
@
cancel=
'showBirth = false'
/>
</van-popup>
</van-popup>
</van-cell-group>
</van-radio-group>
</van-radio-group>
</template>
</template>
</van-field>
</van-field>
...
@@ -796,6 +798,6 @@ export default {
...
@@ -796,6 +798,6 @@ export default {
background: #FFFFFF;
background: #FFFFFF;
}
}
:deep(.van-radio__icon--checked.van-radio__icon--dot) {
:deep(.van-radio__icon--checked.van-radio__icon--dot) {
background: var(--van-
radio-checked-icon-color);
background: var(--van-
button-primary-background)
}
}
</
style
>
</
style
>
\ No newline at end of file
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