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
effef641
authored
2025-02-27 16:05:16 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
253a7e0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerDetail.vue
View file @
effef64
...
...
@@ -1462,7 +1462,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
((
detailType
!=
'asset'
||
assetDetailInfo
.
isEvaluationAssessment
==
'Y'
)
&&
assetDetailInfo
.
registerAttachment
?.
qualityEvaluationFile
?.
length
)
||
(
evaDetailInfo
?.
qualityEvaluationFile
?.
length
>
0
)
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">数据质量评价收集</span>
<span
...
...
@@ -1502,7 +1502,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
detailType
==
'certificate'
&&
assetDetailInfo
.
registerAttachment
?.
assessmentFile
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">数据价值评估</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
assessmentFile
||
[])
" class="
item_value
"
...
...
@@ -1541,7 +1541,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
detailType
==
'asset'
&&
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">承诺函附件</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
||
[])
" class="
item_value
"
...
...
@@ -1580,7 +1580,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
(
detailType
==
'asset'
&&
assetDetailInfo
.
isQualityAssessment
==
'Y'
)
&&
assetDetailInfo
.
registerAttachment
?.
evaluationFile
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">质量评估报告</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
evaluationFile
||
[])
" class="
item_value
"
...
...
@@ -1619,7 +1619,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
(
detailType
==
'asset'
&&
assetDetailInfo
.
isCostAssessment
==
'Y'
)
&&
assetDetailInfo
.
registerAttachment
?.
assessmentFile
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">价值评估报告</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
assessmentFile
||
[])
" class="
item_value
"
...
...
@@ -1658,7 +1658,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
(
detailType
==
'costAssess'
&&
costAssessDetailInfo
.
costAssessmentFile
?.
length
)
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">价值评估收集附件</span>
<span v-for="
(
item
)
in
(
costAssessDetailInfo
.
costAssessmentFile
||
[])
" class="
item_value
"
...
...
@@ -1700,7 +1700,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<!-- <span
v-if="
tenantDetail
.
businessLicense
?.
length
||
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
?.
length
"
class="
small
-
title
" :style="
{
marginTop
:
'10px'
}
">公司信息</span> -->
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
tenantDetail
.
businessLicense
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">营业执照</span>
<span v-for="
(
item
)
in
(
tenantDetail
?.
businessLicense
||
[])
" class="
item_value
"
...
...
@@ -1739,7 +1739,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</div>
</span>
</div>
<div class="
list_item
is
_block
is
File
"
<div class="
list_item
isFile
"
v-if="
detailType
!=
'asset'
&&
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">承诺函附件</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
||
[])
" class="
item_value
"
...
...
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