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
5166fe7a
authored
2025-02-26 13:30:59 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
a770d4a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerDetail.vue
View file @
5166fe7
...
...
@@ -1263,7 +1263,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<div
class=
"title1"
>
{{
assetDetailInfo
.
daName
??
'--'
}}
</div>
<div
v-if=
"assetDetailInfo.dataSensitivityLevelName?.length"
class=
"dataLabel"
>
{{
(
assetDetailInfo
.
dataSensitivityLevelName
?.
filter
(
u
=>
u
!=
'其他'
)?.
join
(
'、'
)
+
(
assetDetailInfo
.
dataSensitivityLevelOther
?
`、${assetDetailInfo.dataSensitivityLevelOther
}
`
:
''
)
)
`${assetDetailInfo.dataSensitivityLevelOther || ''
}
`
)
}}
<
/div
>
<
div
v
-
if
=
"assetDetailInfo.bizOwnName?.length"
class
=
"dataLabel"
>
{{
...
...
@@ -1352,7 +1352,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<
/div
>
<
div
class
=
"list_item"
v
-
if
=
"(detailType == 'asset' && assetDetailInfo.isQualityAssessment == 'Y')"
>
<
span
class
=
"item_label"
>
质量评估机构
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
registerAttachment
.
qualityEvaluationInstitution
||
'--'
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
registerAttachment
?
.
qualityEvaluationInstitution
||
'--'
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
v
-
else
-
if
=
"assetDetailInfo.isQualityAssessment != 'Y'"
>
...
...
@@ -1392,7 +1392,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<
/div
>
<
div
class
=
"list_item"
v
-
if
=
"(detailType == 'asset' && assetDetailInfo.isCostAssessment == 'Y')"
>
<
span
class
=
"item_label"
>
价值评估机构
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
registerAttachment
.
costAssessmentInstitution
||
'--'
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
registerAttachment
?
.
costAssessmentInstitution
||
'--'
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
v
-
else
-
if
=
"assetDetailInfo.isCostAssessment != 'Y'"
>
...
...
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