فهرست منبع

相似句添加目录

visuddhinanda 3 سال پیش
والد
کامیت
fc699caf64
2فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 1 1
      dashboard/src/components/corpus/TocPath.tsx
  2. 1 3
      dashboard/src/components/template/SentEdit/SentTab.tsx

+ 1 - 1
dashboard/src/components/corpus/TocPath.tsx

@@ -23,7 +23,7 @@ interface IWidgetTocPath {
 }
 const TocPathWidget = ({
   data = [],
-  trigger,
+  trigger = "toc",
   link = "self",
   channel,
   onChange,

+ 1 - 3
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -78,9 +78,7 @@ const SentTabWidget = ({
             <TocPath
               link="none"
               data={mPath}
-              trigger={
-                path ? path.length > 0 ? path[0].paliTitle : <></> : <></>
-              }
+              trigger={path ? path.length > 0 ? path[0].title : <></> : <></>}
               onChange={(para: IChapter) => {
                 //点击章节目录
                 const type = para.level