|
|
@@ -163,35 +163,35 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '欢庆与传承并重的文化盛宴',
|
|
|
icon: 'icon-task-custom-2',
|
|
|
enable: 'folk_culture',
|
|
|
- goForm: [ 'folk_culture', 1, 'folk_culture_type', undefined, '节庆活动' ],
|
|
|
+ goForm: [ 'folk_culture', 1, 'folkCultureType', undefined, '节庆活动' ],
|
|
|
},
|
|
|
{
|
|
|
title: '祭祀崇礼',
|
|
|
desc: '对先贤与自然的崇高致敬',
|
|
|
icon: 'icon-task-custom-3',
|
|
|
enable: 'folk_culture',
|
|
|
- goForm: [ 'folk_culture', 2, 'folk_culture_type', undefined, '祭祀崇礼' ],
|
|
|
+ goForm: [ 'folk_culture', 2, 'folkCultureType', undefined, '祭祀崇礼' ],
|
|
|
},
|
|
|
{
|
|
|
title: '婚丧嫁娶',
|
|
|
desc: '生命礼赞与文化传承的双重奏鸣',
|
|
|
icon: 'icon-task-custom-4',
|
|
|
enable: 'folk_culture',
|
|
|
- goForm: [ 'folk_culture', 3, 'folk_culture_type', undefined, '婚丧嫁娶' ],
|
|
|
+ goForm: [ 'folk_culture', 3, 'folkCultureType', undefined, '婚丧嫁娶' ],
|
|
|
},
|
|
|
{
|
|
|
title: '地方方言',
|
|
|
desc: '历史沉淀的语言瑰宝',
|
|
|
icon: 'icon-task-custom-5',
|
|
|
enable: 'folk_culture',
|
|
|
- goForm: [ 'folk_culture', 4, 'folk_culture_type', undefined, '地方方言' ],
|
|
|
+ goForm: [ 'folk_culture', 4, 'folkCultureType', undefined, '地方方言' ],
|
|
|
},
|
|
|
{
|
|
|
title: '特色文化',
|
|
|
desc: '民族精神的鲜明烙印',
|
|
|
icon: 'icon-task-custom-6',
|
|
|
enable: 'folk_culture',
|
|
|
- goForm: [ 'folk_culture', 5, 'folk_culture_type', undefined, '特色文化' ],
|
|
|
+ goForm: [ 'folk_culture', 5, 'folkCultureType', undefined, '特色文化' ],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -229,14 +229,14 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '乡村繁荣的多元支柱',
|
|
|
icon: 'icon-task-food-1',
|
|
|
enable: 'food_product',
|
|
|
- goForm: [ 'food_product', 1, 'product_type', undefined, '农副产品' ],
|
|
|
+ goForm: [ 'food_product', 1, 'productType', undefined, '农副产品' ],
|
|
|
},
|
|
|
{
|
|
|
title: '特色美食',
|
|
|
desc: '给味蕾探索带来无限惊喜',
|
|
|
icon: 'icon-task-food-2',
|
|
|
enable: 'food_product',
|
|
|
- goForm: [ 'food_product', 3, 'product_type', undefined, '特色美食' ],
|
|
|
+ goForm: [ 'food_product', 3, 'productType', undefined, '特色美食' ],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -248,7 +248,7 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '村落建立与发展历程',
|
|
|
icon: 'icon-task-history-1',
|
|
|
enable: 'cultural',
|
|
|
- goForm: [ 'cultural', 1, 'cultural_type', undefined, '建村历史' ],
|
|
|
+ goForm: [ 'cultural', 1, 'culturalType', undefined, '建村历史' ],
|
|
|
},
|
|
|
{
|
|
|
title: '历史人物',
|
|
|
@@ -262,7 +262,7 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '重大历史事件记录',
|
|
|
icon: 'icon-task-history-3',
|
|
|
enable: 'cultural',
|
|
|
- goForm: [ 'cultural', 2, 'cultural_type', undefined, '历史事件' ],
|
|
|
+ goForm: [ 'cultural', 2, 'culturalType', undefined, '历史事件' ],
|
|
|
},
|
|
|
{
|
|
|
title: '掌故轶事',
|
|
|
@@ -276,14 +276,21 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '重要历史文献资料',
|
|
|
icon: 'icon-task-history-5',
|
|
|
enable: 'cultural',
|
|
|
- goForm: [ 'cultural', 3, 'cultural_type', undefined, '历史文献' ],
|
|
|
+ goForm: [ 'cultural', 3, 'culturalType', undefined, '历史文献' ],
|
|
|
},
|
|
|
{
|
|
|
title: '口述历史',
|
|
|
desc: '村民口述历史记录',
|
|
|
icon: 'icon-task-history-6',
|
|
|
enable: 'cultural',
|
|
|
- goForm: [ 'cultural', 4, 'cultural_type', undefined, '口述历史' ],
|
|
|
+ goForm: [ 'cultural', 4, 'culturalType', undefined, '口述历史' ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '口述人管理',
|
|
|
+ desc: '口述人管理登记',
|
|
|
+ icon: 'icon-task-history-1',
|
|
|
+ enable: 'cultural',
|
|
|
+ goForm: [ 'speaker', 1, undefined, undefined, '口述人管理' ],
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -295,21 +302,21 @@ export const TaskMenuDef : Record<string, TaskMenuDefItem> = {
|
|
|
desc: '文化交流的开放窗口',
|
|
|
icon: 'icon-task-mine-1',
|
|
|
enable: 'food_product',
|
|
|
- goForm: [ 'food_product', 4, 'product_type', undefined, '商业集市' ],
|
|
|
+ goForm: [ 'food_product', 4, 'productType', undefined, '商业集市' ],
|
|
|
},
|
|
|
{
|
|
|
title: '服装服饰',
|
|
|
desc: '艺术与功能交织的时尚篇章',
|
|
|
icon: 'icon-task-mine-2',
|
|
|
enable: 'food_product',
|
|
|
- goForm: [ 'food_product', 5, 'product_type', undefined, '服装服饰' ],
|
|
|
+ goForm: [ 'food_product', 5, 'productType', undefined, '服装服饰' ],
|
|
|
},
|
|
|
{
|
|
|
title: '运输工具',
|
|
|
desc: '历史的运输工具',
|
|
|
icon: 'icon-task-mine-2',
|
|
|
enable: 'food_product',
|
|
|
- goForm: [ 'food_product', 6, 'product_type', undefined, '运输工具' ],
|
|
|
+ goForm: [ 'food_product', 6, 'productType', undefined, '运输工具' ],
|
|
|
},
|
|
|
],
|
|
|
},
|