Compare commits

..

No commits in common. "e7e31213da1ee41e0c32ead4c316153790476089" and "9c219cda8353b0f4fef1e43355aa84854b138056" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export const auditEnumOptions = {
inheritorLevel: [
{ label: '国家级传承人', value: '0' },
{ label: '省级传承人', value: '1' },
{ label: '市级传承人及以下', value: '2' },
{ label: '市级传承人', value: '2' },
],
heritageLevel: [
{ label: '国家级非遗', value: '0' },

View File

@ -1251,7 +1251,7 @@ const fundingOptions2 = [
value: '1',
},
{
label: '市级传承人及以下',
label: '市级传承人',
value: '2',
},
]