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
a1a9a6ab
authored
2025-02-27 16:27:41 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
effef641
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
26 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerDetail.vue
View file @
a1a9a6a
...
...
@@ -1419,8 +1419,7 @@ const passCommonDialogBtnClick = (btn, info) => {
:
isExpand
=
"assetContentExpand"
expandSwicth
@
expand
=
"(v) => assetContentExpand = v"
>
<
div
class
=
"list_panel mt4"
>
<!--
<
span
class
=
"small-title"
>
资产内容
<
/span> --
>
<
div
class
=
"list_item isFile"
v
-
if
=
"assetDetailInfo.registerAttachment?.registerLetter?.length"
>
<
div
class
=
"list_item isFile"
v
-
if
=
"assetDetailInfo.registerAttachment?.registerLetter?.length"
>
<
div
class
=
"item_label"
:
style
=
"
{
width
:
'auto'
,
display
:
'flex'
,
'justify-content'
:
'space-between'
,
'margin-right'
:
'8px'
}
">
<span>数据登记承诺及收集函</span>
...
...
@@ -1700,8 +1699,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
isFile
"
v-if="
tenantDetail
.
businessLicense
?.
length
">
<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
"
:style="
{
'padding-left'
:
'0px'
}
">
...
...
@@ -1740,7 +1738,7 @@ const passCommonDialogBtnClick = (btn, info) => {
</span>
</div>
<div class="
list_item
isFile
"
v-if="
detailType
!=
'asset'
&&
assetDetailInfo
.
registerAttachment
?.
commitmentLetter
?.
length
">
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
"
:style="
{
'padding-left'
:
'0px'
}
">
...
...
@@ -1808,7 +1806,8 @@ const passCommonDialogBtnClick = (btn, info) => {
<
div
class
=
"list_item"
>
<
span
class
=
"item_label"
>
产权期限
:
<
/span
>
<
span
class
=
"item_value"
v
-
if
=
"assetDetailInfo.propertyTerm != 'Y'"
>
无
<
/span
>
<
span
class
=
"item_value"
v
-
else
>
{{
`${assetDetailInfo.propertyTermSdate ?? '--'
}
至 ${assetDetailInfo.propertyTermEdate ?? '--'
}
`
}}
<
/span
>
<
span
class
=
"item_value"
v
-
else
>
{{
`${assetDetailInfo.propertyTermSdate ?? '--'
}
至
${assetDetailInfo.propertyTermEdate ?? '--'
}
`
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
>
<
span
class
=
"item_label"
>
公司名称
:
<
/span
>
...
...
@@ -1924,7 +1923,8 @@ const passCommonDialogBtnClick = (btn, info) => {
<ContentWrap id="
id
-
approveInfo
" title="
审批信息
" expandSwicth style="
margin
-
top
:
15
px
"
:isExpand="
approveInfoExpand
" @expand="
(
v
)
=>
approveInfoExpand
=
v
" v-if="
route
.
query
.
type
!=
'certificate'
">
<!-- <Table :tableInfo="
approveTableInfo
" /> -->
<ApprovalProcess ref="
approvalProcessRef
" v-if="
deploymentId
" :deploymentId="
deploymentId
" :processInstanceId="
processInstanceId
">
<ApprovalProcess ref="
approvalProcessRef
" v-if="
deploymentId
" :deploymentId="
deploymentId
"
:processInstanceId="
processInstanceId
">
</ApprovalProcess>
</ContentWrap>
<ContentWrap id="
id
-
certificate
" v-if="
tabsInfo
.
tabs
.
find
(
t
=>
t
.
name
==
'certificate'
)
" title="
证件信息
"
...
...
@@ -2212,6 +2212,25 @@ const passCommonDialogBtnClick = (btn, info) => {
}
}
&
.
isFile
{
width
:
50
%
;
display
:
flex
;
flex
-
direction
:
column
;
justify
-
content
:
space
-
between
;
.
item_label
{
width
:
100
px
;
text
-
align
:
right
;
flex
-
shrink
:
0
;
}
.
item_value
{
flex
:
1
1
0
%
;
min
-
width
:
100
px
;
white
-
space
:
pre
-
wrap
;
}
}
.
file
-
operate
{
display
:
flex
;
align
-
items
:
center
;
...
...
@@ -2239,25 +2258,6 @@ const passCommonDialogBtnClick = (btn, info) => {
}
}
}
&
.
isFile
{
width
:
50
%
;
display
:
flex
;
flex
-
direction
:
column
;
justify
-
content
:
space
-
between
;
.
item_label
{
width
:
100
px
;
text
-
align
:
right
;
flex
-
shrink
:
0
;
}
.
item_value
{
flex
:
1
1
0
%
;
min
-
width
:
100
px
;
white
-
space
:
pre
-
wrap
;
}
}
}
.
mt4
{
...
...
@@ -2378,6 +2378,7 @@ const passCommonDialogBtnClick = (btn, info) => {
>
div
{
width
:
33.33
%
;
}
// .first-col
{
// width: 310px;
//
}
...
...
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