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
3b9357a6
authored
2025-01-10 16:04:02 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
28bd5f7d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
32 deletions
src/views/data_asset/registerStart.vue
src/views/data_asset/registerStart.vue
View file @
3b9357a
...
...
@@ -1334,7 +1334,7 @@ const baseFormRules = ref({
],
limitApplicationScenarios
:
[
{
required
:
true
,
trigger
:
'blur'
,
message
:
"请填写数据资产应用限制场景"
}
]
]
,
})
const
baseSelectChange
=
(
val
,
item
,
row
)
=>
{
...
...
@@ -1802,34 +1802,6 @@ const uploadFormItems: any = ref([
field
:
'commitmentLetter'
,
col
:
'col2'
,
},
// {
// label: '文件hash值',
// type: 'input',
// placeholder: '请输入',
// field: 'fileHash',
// default: '',
// visible: true,
// required: true
// },
// {
// label: '数据质量评价收集',
// tip: '支持扩展名:xls .xlsx .doc .docx .rar .zip',
// type: 'upload-file',
// accept: '.xls, .xlsx, .doc, .docx, .rar, .zip',
// required: true,
// default: [],
// field: 'qualityEvaluationFile',
// visible: false,
// }, {
// label: '数据价值评估',
// tip: '支持扩展名:xls .xlsx .doc .docx .rar .zip',
// type: 'upload-file',
// accept: '.xls, .xlsx, .doc, .docx, .rar, .zip',
// required: true,
// visible: false,
// default: [],
// field: 'costAssessmentFile',
// },
{
label
:
'上传质量评估报告'
,
tip
:
'支持扩展名:.png, .pdf,单个文件不得大于5M'
,
...
...
@@ -1894,12 +1866,12 @@ const uploadFormRules = ref({
}
},
trigger
:
'change'
}],
// fileHash: [
// { required: true, trigger: 'blur', message: "请填写文件hash值" }
// ],
qualityEvaluationInstitution
:
[
{
required
:
true
,
trigger
:
'change'
,
message
:
"请选择质量评估机构"
}
],
costAssessmentInstitution
:
[
{
required
:
true
,
trigger
:
'change'
,
message
:
"请选择价值评估机构"
}
],
qualityEvaluationFile
:
[{
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
if
(
!
value
?.
length
)
{
...
...
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