Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7b04c508
authored
2026-01-08 13:52:28 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改所属科室在详情里的显示条件
1 parent
262dd8d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
7b04c50
...
...
@@ -1318,8 +1318,8 @@ const respParamsTableInfo = ref({
</div>
<div
class=
"row-extra-desc"
>
<div
class=
"per-extra-desc"
>
{{
'应用场景:'
+
(
detailInfo
.
scenarioName
||
'--'
)
}}
</div>
<div
v-if=
"detailInfo.
medDepartmentCode
"
>
{{
'所属科室:'
+
(
detailInfo
.
medDepartmentCodeName
||
'--'
)
}}
</div>
<div
v-
else
>
{{
'所属主题:'
+
(
detailInfo
.
subjectDomainName
||
'--'
)
}}
</div>
<div
v-if=
"detailInfo.
domain == '003'
"
>
{{
'所属科室:'
+
(
detailInfo
.
medDepartmentCodeName
||
'--'
)
}}
</div>
<div
v-
if=
"detailInfo.domain == '004'"
>
{{
'所属主题:'
+
(
detailInfo
.
subjectDomainName
||
'--'
)
}}
</div>
</div>
<div
class=
"row-extra-desc"
>
<div
class=
"per-extra-desc"
>
{{
'是否缓存:'
+
(
detailInfo
.
isCache
==
'Y'
?
'是'
:
'否'
)
}}
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment