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
daeceb57
authored
2026-01-08 13:52:28 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改所属科室在详情里的显示条件
1 parent
59fe825b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
daeceb5
...
...
@@ -1305,14 +1305,14 @@ const respParamsTableInfo = ref({
<div>
{{
'机构分类:'
+
(
detailInfo
.
institutionTypeName
||
'--'
)
}}
</div>
</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>
<div
class=
"row-extra-desc"
>
<div
class=
"per-extra-desc"
>
{{
'是否缓存:'
+
(
detailInfo
.
isCache
==
'Y'
?
'是'
:
'否'
)
}}
</div>
<div>
{{
'是否加密存储:'
+
(
detailInfo
.
isEncrypField
==
'Y'
?
'是'
:
'否'
)
}}
</div>
</div>
<div
class=
"row-extra-desc"
>
<div
class=
"per-extra-desc"
>
{{
'应用场景:'
+
(
detailInfo
.
scenarioName
||
'--'
)
}}
</div>
<div
v-if=
"detailInfo.domain == '003'"
>
{{
'所属科室:'
+
(
detailInfo
.
medDepartmentCodeName
||
'--'
)
}}
</div>
<div
v-if=
"detailInfo.domain == '004'"
>
{{
'所属主题:'
+
(
detailInfo
.
subjectDomainName
||
'--'
)
}}
</div>
</div>
<!--
</
template
>
-->
<div
v-show=
"detailInfo.rightMainName"
class=
"applicationScenarios"
>
{{ '权利主体:' + detailInfo.rightMainName }}
</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