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
067f3b10
Commit
067f3b10
authored
Mar 07, 2025
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访详情修改
parent
3b4e440d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Detail.vue
src/tumour/visit/detail/Detail.vue
+2
-3
vue.config.js
vue.config.js
+1
-1
No files found.
src/tumour/visit/detail/Detail.vue
View file @
067f3b10
...
@@ -15,8 +15,7 @@
...
@@ -15,8 +15,7 @@
<div
class=
'ml-4'
>
随访日期:
<span
class=
'color-b'
>
{{
info
.
visitDate
}}
</span></div>
<div
class=
'ml-4'
>
随访日期:
<span
class=
'color-b'
>
{{
info
.
visitDate
}}
</span></div>
</div>
</div>
<div><span>
下次随访日期:
</span>
<div><span>
下次随访日期:
</span>
<span
v-if=
"info.nextVisitCustomDate"
class=
'color-b'
>
{{
info
.
nextVisitCustomDate
}}
</span>
<span
class=
'color-b'
>
{{
info
.
nextVisitDate
||
'-'
}}
</span>
<span
v-else
class=
'color-b'
>
{{
info
.
nextVisitDictTrans
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -389,7 +388,7 @@ export default {
...
@@ -389,7 +388,7 @@ export default {
},
},
computed
:
{
computed
:
{
id
()
{
id
()
{
return
this
.
$route
.
query
.
id
||
'232987'
return
this
.
$route
.
query
.
id
},
},
embed
()
{
embed
()
{
return
this
.
$route
.
query
.
embed
return
this
.
$route
.
query
.
embed
...
...
vue.config.js
View file @
067f3b10
...
@@ -18,7 +18,7 @@ module.exports = defineConfig({
...
@@ -18,7 +18,7 @@ module.exports = defineConfig({
outputDir
:
'dist'
,
outputDir
:
'dist'
,
productionSourceMap
:
false
,
productionSourceMap
:
false
,
devServer
:
{
devServer
:
{
port
:
808
5
,
port
:
808
6
,
// 设置代理
// 设置代理
proxy
:
{
proxy
:
{
'/tumour-admin'
:
{
'/tumour-admin'
:
{
...
...
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