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
e94200fc
Commit
e94200fc
authored
Dec 11, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 按钮样式调整 单选操作逻辑调整
parent
f5d64eab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
BaseInfo.vue
src/doctor/followUp/generalFU/form/BaseInfo.vue
+8
-2
Index.vue
src/doctor/followUp/generalFU/form/Index.vue
+1
-0
No files found.
src/doctor/followUp/generalFU/form/BaseInfo.vue
View file @
e94200fc
...
@@ -232,9 +232,15 @@
...
@@ -232,9 +232,15 @@
<div
class=
'flex justify-between mb-4 items-center pop-title'
>
<div
class=
'flex justify-between mb-4 items-center pop-title'
>
<div
class=
'greyColor'
@
click=
'showVisitWay = false'
style=
'font-weight: 400'
>
取消
</div>
<div
class=
'greyColor'
@
click=
'showVisitWay = false'
style=
'font-weight: 400'
>
取消
</div>
<div>
随访方式(仅单选)
</div>
<div>
随访方式(仅单选)
</div>
<div
class=
'blueColor'
@
click=
'visitWayConfirm'
>
确定
</div>
<!-- <div class='blueColor' @click='visitWayConfirm'>确定</div>-->
<div></div>
</div>
</div>
<CheckBtn
column-2
:options=
"store.getDict('CP00179')"
v-model:value=
'checkVisitWay'
:fieldNames=
"{text: 'name', value: 'value'}"
/>
<CheckBtn
column-2
@
change=
"visitWayConfirm"
:options=
"store.getDict('CP00179')"
v-model:value=
'checkVisitWay'
:fieldNames=
"{text: 'name', value: 'value'}"
/>
</div>
</div>
</van-popup>
</van-popup>
...
...
src/doctor/followUp/generalFU/form/Index.vue
View file @
e94200fc
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
ref=
'commonBottom'
ref=
'commonBottom'
></common-bottom>
></common-bottom>
</div>
</div>
<div
class=
'bottom-small-line'
></div>
<div
class=
'pt-2 pb-2'
>
<div
class=
'pt-2 pb-2'
>
<div
class=
'px-5 grow flex flex-col justify-end'
v-if=
'step == 1'
>
<div
class=
'px-5 grow flex flex-col justify-end'
v-if=
'step == 1'
>
<van-button
type=
'primary'
block
round
<van-button
type=
'primary'
block
round
...
...
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