|
|
@@ -27,7 +27,7 @@ export const villageInfoStoryFormItems: SingleForm = [CommonInfoModel, (r) => ({
|
|
|
export const villageInfoFigureFormItems: SingleForm = [CommonInfoModel, (r) => ({
|
|
|
formItems: [
|
|
|
{
|
|
|
- label: '历史人物名称',
|
|
|
+ label: '人物名称',
|
|
|
name: 'name',
|
|
|
type: 'text',
|
|
|
defaultValue: '',
|
|
|
@@ -40,8 +40,8 @@ export const villageInfoFigureFormItems: SingleForm = [CommonInfoModel, (r) => (
|
|
|
}]
|
|
|
},
|
|
|
...villageCommonContent(r, {
|
|
|
- title: '历史人物',
|
|
|
+ title: '人物',
|
|
|
showTitle: false,
|
|
|
}).formItems
|
|
|
]
|
|
|
-}), { title: '历史人物', typeName: '', }]
|
|
|
+}), { title: '人物', typeName: '', }]
|