Преглед изворни кода

💄 修改数据统计文字

imengyu пре 2 недеља
родитељ
комит
4b5ad0bccf
2 измењених фајлова са 6 додато и 4 уклоњено
  1. 3 2
      src/views/HomeView.vue
  2. 3 2
      src/views/InheritorView.vue

+ 3 - 2
src/views/HomeView.vue

@@ -280,7 +280,7 @@ const statsData = useSimpleDataLoader(async () => {
   
   return [
     {
-      title: '非遗项目',
+      title: '非遗代表性项目',
       type: '1',
       datas: data.ichData.map((item: any) => {
         return {
@@ -293,7 +293,7 @@ const statsData = useSimpleDataLoader(async () => {
       })
     },
     {
-      title: '传承人',
+      title: '非遗代表性传承人',
       type: '2',
       datas: data.inheritorData.map((item: any) => {
         return {
@@ -306,6 +306,7 @@ const statsData = useSimpleDataLoader(async () => {
       })
     },
     {
+      title: '其他传承项目',
       type: '1',
       datas: [
         {

+ 3 - 2
src/views/InheritorView.vue

@@ -264,7 +264,7 @@ const statsData = useSimpleDataLoader(async () => {
 
   return [
     {
-      title: '非遗项目',
+      title: '非遗代表性项目',
       type: '1',
       datas: data.ichData.map((item: any) => {
         return {
@@ -277,7 +277,7 @@ const statsData = useSimpleDataLoader(async () => {
       })
     },
     {
-      title: '传承人',
+      title: '非遗代表性传承人',
       type: '2',
       datas: data.inheritorData.map((item: any) => {
         return {
@@ -290,6 +290,7 @@ const statsData = useSimpleDataLoader(async () => {
       })
     },
     {
+      title: '其他传承项目',
       type: '1',
       datas: [
         {