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
2d4f8436
authored
2025-03-25 11:24:44 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
51277f53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerStart.vue
src/views/data_asset/registerDetail.vue
View file @
2d4f843
...
...
@@ -1607,7 +1607,7 @@ const passCommonDialogBtnClick = (btn, info) => {
class="
small
-
title
" :style="
{
marginTop
:
'10px'
}
">公司信息</span> -->
<div class="
list_item
isFile
" v-if="
assetDetailInfo
.
registerAttachment
?.
businessLicense
?.
length
">
<span class="
item_label
" :style="
{
width
:
'auto'
,
'text-align'
:
'left'
}
">营业执照</span>
<span v-for="
(
item
)
in
(
assetDetailInfo
?.
businessLicense
||
[])
" class="
item_value
"
<span v-for="
(
item
)
in
(
assetDetailInfo
.
registerAttachment
?.
businessLicense
||
[])
" class="
item_value
"
:style="
{
'padding-left'
:
'0px'
}
">
<div class="
file
-
operate
">
<template
...
...
src/views/data_asset/registerStart.vue
View file @
2d4f843
...
...
@@ -1201,7 +1201,7 @@ const baseSelectChange = (val, item, row) => {
}
else
{
dataScaleItem
.
disabled
=
false
;
damTypeItem
.
disabled
=
false
;
subjectDomainItem
.
disabled
=
false
;
subjectDomainItem
.
disabled
=
route
.
query
.
type
==
'edit'
?
true
:
false
;
if
(
row
.
damType
==
'1'
||
row
.
damType
==
'2'
)
{
row
.
damType
=
''
;
}
...
...
@@ -1995,6 +1995,9 @@ onBeforeMount(() => {
subjectItem
.
expandKeys
=
tree
.
children
[
0
]?.
children
?.[
0
]?.
children
?.[
0
]?.
parentGuids
;
}
}
if
(
route
.
query
.
type
==
'edit'
)
{
subjectItem
.
disabled
=
true
;
}
}
if
(
data
.
coverageArea
?.[
0
]?.[
0
]
==
'all'
)
{
coverageArea
=
'all'
;
...
...
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