Explorar o código

title 优先 title_text

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
ca1deba405
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/anthology/AnthologyTocTree.tsx

+ 1 - 1
dashboard/src/components/anthology/AnthologyTocTree.tsx

@@ -30,7 +30,7 @@ const AnthologyTocTreeWidget = ({
         const toc: ListNodeData[] = json.data.rows.map((item) => {
         const toc: ListNodeData[] = json.data.rows.map((item) => {
           return {
           return {
             key: item.article_id ? item.article_id : item.title,
             key: item.article_id ? item.article_id : item.title,
-            title: item.title,
+            title: item.title_text ? item.title_text : item.title,
             level: item.level,
             level: item.level,
             deletedAt: item.deleted_at,
             deletedAt: item.deleted_at,
           };
           };