|
|
@@ -9,6 +9,8 @@ export const ACCESS_FORM_CONFIG: FormConfig[] = [
|
|
|
placeholder: '请输入事件的具体描述',
|
|
|
type: 'textarea',
|
|
|
rows: 5,
|
|
|
+ maxlength: 500,
|
|
|
+ showWordLimit: true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
@@ -17,6 +19,8 @@ export const ACCESS_FORM_CONFIG: FormConfig[] = [
|
|
|
component: 'ElInput',
|
|
|
componentProps: {
|
|
|
placeholder: '请输入事件发生地点',
|
|
|
+ maxlength: 200,
|
|
|
+ showWordLimit: true,
|
|
|
},
|
|
|
},
|
|
|
{
|