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
c85b71a3
authored
2025-02-14 13:42:07 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://117.78.60.236:8000/csbr-daop/fe-data-asset-management
into develop
2 parents
1bbeee67
b258908c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/views/data_product/productListingDetail.vue
src/views/data_product/productListingDetail.vue
View file @
c85b71a
...
...
@@ -508,6 +508,14 @@ const formInfo = ref<any>({
default
:
''
,
col
:
'hide'
,
},
{
label
:
""
,
type
:
"input"
,
placeholder
:
"请输入"
,
field
:
"subjectDomain"
,
default
:
''
,
col
:
'hide'
,
},
],
rules
:
{
damName
:
[
...
...
@@ -1226,7 +1234,8 @@ const selectChange = async (val, row, info) => {
formInfo
.
value
.
items
.
at
(
4
).
default
=
data
.
length
&&
data
[
0
].
dataScale
!=
null
?
changeNum
(
data
[
0
].
dataScale
,
0
)
:
''
;
formInfo
.
value
.
items
.
at
(
5
).
defaultValue
=
data
.
length
?
data
[
0
].
caseNumber
:
''
;
formInfo
.
value
.
items
.
at
(
5
).
default
=
data
.
length
&&
data
[
0
].
caseNumber
!=
null
?
changeNum
(
data
[
0
].
caseNumber
,
0
)
:
''
;
formInfo
.
value
.
items
.
at
(
-
1
).
default
=
data
.
length
?
data
[
0
].
damGuid
:
''
;
formInfo
.
value
.
items
.
at
(
-
2
).
default
=
data
.
length
?
data
[
0
].
damGuid
:
''
;
formInfo
.
value
.
items
.
at
(
-
1
).
default
=
data
.
length
?
data
[
0
].
subjectDomain
:
''
;
// formInfo.value.items.at(-3).required = data[0].damType != '1' && data[0].damType != '2';
// formInfo.value.items.at(-4).required = data[0].damType != '1' && data[0].damType != '2';
if
(
data
.
length
&&
data
[
0
].
coverageArea
?.[
0
]?.[
0
]
!=
'all'
&&
data
[
0
].
coverageArea
)
{
...
...
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