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
d4131bce
authored
2026-04-10 17:45:14 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加数据产品下载源文件
1 parent
fc4cc643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
src/views/data_asset/registerCatalogCreate.vue
src/views/data_asset/registerCatalogCreate.vue
View file @
d4131bc
...
...
@@ -473,6 +473,34 @@ const baseInfoFormItems = ref([
filterable
:
true
,
required
:
false
,
//非必填,只能选择跟领域匹配的逻辑空间
clearable
:
true
,
},
{
label
:
'是否文件资源'
,
type
:
'radio-group'
,
placeholder
:
''
,
field
:
'isFileResource'
,
block
:
false
,
disabled
:
false
,
default
:
'N'
,
options
:
[{
value
:
'Y'
,
label
:
'是'
},
{
value
:
'N'
,
label
:
'否'
}],
required
:
true
,
},
{
label
:
'选择文件上传'
,
tip
:
''
,
type
:
'upload-file'
,
accept
:
''
,
required
:
true
,
default
:
[],
block
:
false
,
field
:
'attachments'
,
col
:
'col2'
,
visible
:
false
,
},
{
label
:
'资源描述'
,
...
...
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