|
|
@@ -121,7 +121,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '请输入建筑中的故事',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: [{
|
|
|
@@ -136,7 +136,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '请输入功能特点',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -298,7 +298,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '修缮过程',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -310,7 +310,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '建筑风貌',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -322,7 +322,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '院落布局',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -360,7 +360,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '屋面形式说明',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -389,7 +389,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '围护墙体说明',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -418,7 +418,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '地面做法说明',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -446,7 +446,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '历史功能',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -475,7 +475,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '其他现状用途',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -487,7 +487,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '改扩建情况及维修状况',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -499,7 +499,7 @@ export function villageInfoBuildingForm(title: string) : SingleForm {
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '改扩建情况及维修状况说明',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: []
|
|
|
@@ -548,7 +548,7 @@ export const villageInfoDistributionForm : SingleForm = [CommonInfoModel, (r) =>
|
|
|
defaultValue: '',
|
|
|
additionalProps: {
|
|
|
placeholder: '请输入营造智慧',
|
|
|
- maxLength: 200,
|
|
|
+ maxLength: 5000,
|
|
|
showWordLimit: true,
|
|
|
},
|
|
|
rules: [{
|