3b9357a6 by lxs

数据资产登记更新

1 parent 28bd5f7d
......@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!