|
|
@@ -1,4 +1,3 @@
|
|
|
-
|
|
|
import { FileItem } from '@/components/UploadFiles/types';
|
|
|
import { FormConfig } from '@/types/basic-form';
|
|
|
|
|
|
@@ -8,7 +7,7 @@ export const ACADEMY_FILE_FORM_CONFIG: FormConfig[] = [
|
|
|
label: '事故案例名称:',
|
|
|
component: 'ElInput',
|
|
|
componentProps: {
|
|
|
- placeholder: '请输入文件名称',
|
|
|
+ placeholder: '请输入案例名称',
|
|
|
style:'width:45%',
|
|
|
},
|
|
|
},
|