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
0494c808
Commit
0494c808
authored
May 29, 2025
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访详情
parent
ca03238a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
screening.js
src/tumour/api/screening.js
+6
-0
Detail.vue
src/tumour/screening/simpleV2/detail/Detail.vue
+4
-4
Detail.vue
src/tumour/visit/detail/Detail.vue
+0
-0
Detail_.vue
src/tumour/visit/detail/Detail_.vue
+0
-0
No files found.
src/tumour/api/screening.js
View file @
0494c808
...
...
@@ -9,3 +9,8 @@ export function addSimpleScreen(params, loading = true) {
export
function
getSimpleScreenById
(
id
,
loading
=
true
)
{
return
fetchBase
({
url
:
`/tumour-admin/v1/h5-app/simple-screen-detail/
${
id
}
`
,
loading
})
}
// 获取检验项目对码表
export
function
getInspectCode
()
{
return
fetchBase
({
url
:
`/tumour-admin/v1/h5-app/dict-code-table`
})
}
\ No newline at end of file
src/tumour/screening/simpleV2/detail/Detail.vue
View file @
0494c808
...
...
@@ -94,6 +94,9 @@ import DocNavBar from '@/components/docNavBar/DocNavBar.vue'
// http://192.168.1.108:8086/#/tumour/screening/simple/detail?id=49167
export
default
{
components
:
{
DocNavBar
},
data
()
{
return
{
info
:
{},
...
...
@@ -155,10 +158,7 @@ export default {
}
}
},
components
:
{
DocNavBar
},
}
}
</
script
>
...
...
src/tumour/visit/detail/Detail.vue
View file @
0494c808
This diff is collapsed.
Click to expand it.
src/tumour/visit/detail/Detail_.vue
0 → 100644
View file @
0494c808
This diff is collapsed.
Click to expand it.
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