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
5f5ef24d
Commit
5f5ef24d
authored
Jun 05, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下次随访日期快捷选项
parent
9519bdfd
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
113 additions
and
113 deletions
+113
-113
Doctor.vue
src/doctor/Doctor.vue
+1
-1
ChronicKidneyDiseaseForm.vue
...p/separateFU/form/components/ChronicKidneyDiseaseForm.vue
+16
-16
CopdForm.vue
src/doctor/followUp/separateFU/form/components/CopdForm.vue
+16
-16
CoronaryHeartDiseaseForm.vue
...p/separateFU/form/components/CoronaryHeartDiseaseForm.vue
+16
-16
DiabetesForm.vue
...ctor/followUp/separateFU/form/components/DiabetesForm.vue
+16
-16
DyslipidemiaForm.vue
.../followUp/separateFU/form/components/DyslipidemiaForm.vue
+16
-16
HypertensionForm.vue
.../followUp/separateFU/form/components/HypertensionForm.vue
+16
-16
StrokeForm.vue
...doctor/followUp/separateFU/form/components/StrokeForm.vue
+16
-16
No files found.
src/doctor/Doctor.vue
View file @
5f5ef24d
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
6b4cc93f-85a0-4c0c-b47c-db0411952ddd
'
token
=
'
84bab73a-332a-4c01-bde2-723007ba0873
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/followUp/separateFU/form/components/ChronicKidneyDiseaseForm.vue
View file @
5f5ef24d
...
@@ -771,6 +771,22 @@
...
@@ -771,6 +771,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -789,22 +805,6 @@
...
@@ -789,22 +805,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/CopdForm.vue
View file @
5f5ef24d
...
@@ -1128,6 +1128,22 @@
...
@@ -1128,6 +1128,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -1146,22 +1162,6 @@
...
@@ -1146,22 +1162,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/CoronaryHeartDiseaseForm.vue
View file @
5f5ef24d
...
@@ -775,6 +775,22 @@
...
@@ -775,6 +775,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -793,22 +809,6 @@
...
@@ -793,22 +809,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/DiabetesForm.vue
View file @
5f5ef24d
...
@@ -952,6 +952,22 @@
...
@@ -952,6 +952,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -970,22 +986,6 @@
...
@@ -970,22 +986,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/DyslipidemiaForm.vue
View file @
5f5ef24d
...
@@ -774,6 +774,22 @@
...
@@ -774,6 +774,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -792,22 +808,6 @@
...
@@ -792,22 +808,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/HypertensionForm.vue
View file @
5f5ef24d
...
@@ -837,6 +837,22 @@
...
@@ -837,6 +837,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -855,22 +871,6 @@
...
@@ -855,22 +871,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
src/doctor/followUp/separateFU/form/components/StrokeForm.vue
View file @
5f5ef24d
...
@@ -774,6 +774,22 @@
...
@@ -774,6 +774,22 @@
/>
/>
<!-- 下次随访日期 -->
<!-- 下次随访日期 -->
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<div
class=
"label-title mt-2"
required
>
下次随访日期
</div>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mb-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<van-field
<van-field
v-model=
"form.nextVisitDate"
v-model=
"form.nextVisitDate"
isLink
isLink
...
@@ -792,22 +808,6 @@
...
@@ -792,22 +808,6 @@
@
cancel=
"showNextVisitDate = false"
@
cancel=
"showNextVisitDate = false"
/>
/>
</van-popup>
</van-popup>
<!-- 快捷选项 -->
<van-radio-group
v-model=
"timeCycle"
shape=
"dot"
direction=
"horizontal"
class=
"w-full doc-radio-group mt-2"
>
<van-radio
v-for=
"item in timeCycleList"
:key=
"item.value"
:name=
"item.value"
label-position=
"left"
>
{{ item.name }}
</van-radio>
</van-radio-group>
<!-- 随访日期 -->
<!-- 随访日期 -->
<div
class=
"label-title mt-2"
>
随访日期
</div>
<div
class=
"label-title mt-2"
>
随访日期
</div>
<van-field
<van-field
...
...
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