政策法规资料入库流程
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user