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
8b709c4c
authored
2025-10-23 13:18:39 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改分类名称
1 parent
06d05c18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
8b709c4
...
...
@@ -47,9 +47,9 @@ const isRegisterOptions = ref<any>([
const
damTypesOptions
=
ref
<
any
>
([
{
label
:
"自建"
,
value
:
1
},
{
label
:
"加工交付"
,
value
:
2
},
{
label
:
"专区"
,
value
:
3
},
{
label
:
"
深圳
专区"
,
value
:
3
},
{
label
:
"江苏专区"
,
value
:
4
},
{
label
:
"
数据港
"
,
value
:
5
},
{
label
:
"
可信数据空间
"
,
value
:
5
},
])
const
searchItemList
=
ref
([
{
...
...
@@ -463,7 +463,7 @@ const handleUploadClose = (itemGuid) => {
</div>
<div
class=
"mid-content"
>
<div
class=
"left"
>
产品来源
</div>
<div
class=
"right"
>
{{
item
.
foundMode
?
(
item
.
foundMode
===
1
?
'自建'
:
(
item
.
foundMode
==
2
?
'加工交付'
:
(
item
.
foundMode
==
4
?
'江苏专区'
:
(
item
.
foundMode
==
5
?
'
数据港'
:
'
专区'
))))
:
'--'
<div
class=
"right"
>
{{
item
.
foundMode
?
(
item
.
foundMode
===
1
?
'自建'
:
(
item
.
foundMode
==
2
?
'加工交付'
:
(
item
.
foundMode
==
4
?
'江苏专区'
:
(
item
.
foundMode
==
5
?
'
可信数据空间'
:
'深圳
专区'
))))
:
'--'
}}
</div>
</div>
<div
class=
"mid-content"
>
...
...
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