政策法规资料入库流程

This commit is contained in:
zyn
2023-10-26 16:16:57 +08:00
parent 2755663693
commit 6bfb113d38
12 changed files with 700 additions and 4 deletions
@@ -126,6 +126,7 @@
}"
v-model="form.informationFile"
:allowType="['.pdf', '.PDF', '.doc','.DOC', '.docx','.DOCX', '.pptx', '.PPTX', '.ppt', '.PPT', '.xls','.XLS', '.xlsx','.XLSX', '.pdg', '.PDG', '.zip']"
:size="100"
></customFile>
<el-form-item label="可下载者" prop="viewableBy" label-width="150px" class="add-form-item">
<el-input
@@ -193,7 +194,7 @@ export default {
{type: 'string', max: 500, message: '资料归属部门不能超过500个字符', trigger: 'change'}
],
author: [
{type: 'string', max: 500, message: '资料归属部门不能超过500个字符', trigger: 'change'}
{type: 'string', max: 500, message: '作者不能超过500个字符', trigger: 'change'}
],
}
const form = {