ソースを参照

💄 修改数据统计文字

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: [
         {