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
c4feea49
Commit
c4feea49
authored
Dec 16, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访方案 修改
parent
0b04b915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doctor.vue
src/doctor/Doctor.vue
+1
-1
List.vue
src/doctor/patientDetail/components/disease/List.vue
+1
-1
No files found.
src/doctor/Doctor.vue
View file @
c4feea49
...
...
@@ -55,7 +55,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
9156ef22-32c5-4216-afea-11b42684d76b
'
token
=
'
0e47db8c-e9a7-4de9-9d8f-32b3ee256bad
'
}
}
if
(
token
)
{
...
...
src/doctor/patientDetail/components/disease/List.vue
View file @
c4feea49
...
...
@@ -82,7 +82,7 @@
</div>
-->
</div>
</div>
<div
v-for=
"item in
treatment
Record"
:key=
"item.id"
<div
v-for=
"item in
followUp
Record"
:key=
"item.id"
class=
"card-back-3 mb-3"
>
<div
class=
"title px-4 py-1"
>
随访方案
</div>
<div
class=
"flex flex-col gap-y-2.5 py-3 px-4 doc-list-card"
>
...
...
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