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
82076673
Commit
82076673
authored
Feb 27, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
Conflicts: src/doctor/Doctor.vue
parents
4f0a21d3
30124112
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
70 deletions
+2
-70
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Inspect.vue
src/doctor/followUp/separateFU/components/Inspect.vue
+0
-3
BaseInfo.vue
src/doctor/followUp/separateFU/form/BaseInfo.vue
+1
-1
HypertensionForm.vue
.../followUp/separateFU/form/components/HypertensionForm.vue
+0
-65
No files found.
src/doctor/Doctor.vue
View file @
82076673
...
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
6f81c2ac-b9ac-4303-ad52-560bf418ab56
'
token
=
'
2fb02c59-8f20-4157-b85e-789e84dea974
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/separateFU/components/Inspect.vue
View file @
82076673
...
...
@@ -162,7 +162,6 @@ export default {
this
.
form
.
auxiliaryExaminationName
=
list
.
join
()
this
.
showAuxiliaryExamination
=
false
console
.
log
(
this
.
inspectList
)
let
inspectList
=
[]
this
.
form
.
auxiliaryExamination
.
forEach
(
item
=>
{
const
items
=
this
.
inspectList
.
filter
(
e
=>
e
.
insType
===
item
)
...
...
@@ -282,7 +281,6 @@ export default {
}
})
this
.
viewData
=
array
console
.
log
(
888
,
this
.
inspectList
)
}
},
watch
:
{
...
...
@@ -290,7 +288,6 @@ export default {
async
handler
()
{
this
.
inspectList
=
await
this
.
getCode
()
this
.
dataProcess
()
console
.
log
(
this
.
form
)
},
immediate
:
true
}
...
...
src/doctor/followUp/separateFU/form/BaseInfo.vue
View file @
82076673
...
...
@@ -5,7 +5,7 @@
v-model=
"form.diseaseTypeName"
isLink
readonly
:disabled=
"$route.query.id"
:disabled=
"$route.query.id
? true : false
"
placeholder=
"请选择"
:rules=
"rules.diseaseTypeName"
@
click=
"showDiseaseType = true"
...
...
src/doctor/followUp/separateFU/form/components/HypertensionForm.vue
View file @
82076673
...
...
@@ -636,71 +636,6 @@
</van-field>
</div>
<!-- <div class="bg-fa mt-2">
<div class="label-title" required style="color: #262626; font-size: 14px; line-height: 24px">请您确认患者目前服用的降压药、降脂或抗血小板药,在下表中修改或增加,并记录上次随访以来服用的降压药物的依从性</div>
<div style="background-color: #FFF; padding: 8px; border-radius: 10px">
<van-field
label="药物名称"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input"
label-width="72px"
label-class="label-mr"
>
</van-field>
<van-field
label="剂量"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input mt-2"
label-width="36px"
label-class="label-mr"
>
</van-field>
<van-field
label="频次"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input mt-2"
label-width="36px"
label-class="label-mr"
>
</van-field>
<van-field
label="用法"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input mt-2"
label-width="36px"
label-class="label-mr"
>
</van-field>
<van-field
label="服药依从性"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input mt-2"
label-width="84px"
label-class="label-mr"
>
</van-field>
<van-field
label="不依从原因"
v-model="form.drinkOther"
placeholder="0~3000,整数"
class="form-input mt-2"
label-width="84px"
label-class="label-mr"
>
</van-field>
</div>
</div> -->
<!-- 药物不良反应 -->
<div
class=
"label-title mt-2"
required
>
药物不良反应
</div>
<van-field
:rules=
"rules.drugsAdverse"
style=
"padding: 0"
>
...
...
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