3b9357a6 by lxs

数据资产登记更新

1 parent 28bd5f7d
...@@ -1334,7 +1334,7 @@ const baseFormRules = ref({ ...@@ -1334,7 +1334,7 @@ const baseFormRules = ref({
1334 ], 1334 ],
1335 limitApplicationScenarios: [ 1335 limitApplicationScenarios: [
1336 { required: true, trigger: 'blur', message: "请填写数据资产应用限制场景" } 1336 { required: true, trigger: 'blur', message: "请填写数据资产应用限制场景" }
1337 ] 1337 ],
1338 }) 1338 })
1339 1339
1340 const baseSelectChange = (val, item, row) => { 1340 const baseSelectChange = (val, item, row) => {
...@@ -1802,34 +1802,6 @@ const uploadFormItems: any = ref([ ...@@ -1802,34 +1802,6 @@ const uploadFormItems: any = ref([
1802 field: 'commitmentLetter', 1802 field: 'commitmentLetter',
1803 col: 'col2', 1803 col: 'col2',
1804 }, 1804 },
1805 // {
1806 // label: '文件hash值',
1807 // type: 'input',
1808 // placeholder: '请输入',
1809 // field: 'fileHash',
1810 // default: '',
1811 // visible: true,
1812 // required: true
1813 // },
1814 // {
1815 // label: '数据质量评价收集',
1816 // tip: '支持扩展名:xls .xlsx .doc .docx .rar .zip',
1817 // type: 'upload-file',
1818 // accept: '.xls, .xlsx, .doc, .docx, .rar, .zip',
1819 // required: true,
1820 // default: [],
1821 // field: 'qualityEvaluationFile',
1822 // visible: false,
1823 // }, {
1824 // label: '数据价值评估',
1825 // tip: '支持扩展名:xls .xlsx .doc .docx .rar .zip',
1826 // type: 'upload-file',
1827 // accept: '.xls, .xlsx, .doc, .docx, .rar, .zip',
1828 // required: true,
1829 // visible: false,
1830 // default: [],
1831 // field: 'costAssessmentFile',
1832 // },
1833 { 1805 {
1834 label: '上传质量评估报告', 1806 label: '上传质量评估报告',
1835 tip: '支持扩展名:.png, .pdf,单个文件不得大于5M', 1807 tip: '支持扩展名:.png, .pdf,单个文件不得大于5M',
...@@ -1894,12 +1866,12 @@ const uploadFormRules = ref({ ...@@ -1894,12 +1866,12 @@ const uploadFormRules = ref({
1894 } 1866 }
1895 }, trigger: 'change' 1867 }, trigger: 'change'
1896 }], 1868 }],
1897 // fileHash: [
1898 // { required: true, trigger: 'blur', message: "请填写文件hash值" }
1899 // ],
1900 qualityEvaluationInstitution: [ 1869 qualityEvaluationInstitution: [
1901 { required: true, trigger: 'change', message: "请选择质量评估机构" } 1870 { required: true, trigger: 'change', message: "请选择质量评估机构" }
1902 ], 1871 ],
1872 costAssessmentInstitution: [
1873 { required: true, trigger: 'change', message: "请选择价值评估机构" }
1874 ],
1903 qualityEvaluationFile: [{ 1875 qualityEvaluationFile: [{
1904 validator: (rule: any, value: any, callback: any) => { 1876 validator: (rule: any, value: any, callback: any) => {
1905 if (!value?.length) { 1877 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!