d4131bce by lihua

添加数据产品下载源文件

1 parent fc4cc643
......@@ -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: '资源描述',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!