-
{{ base.currentEditDict.name }}
- {{ base.currentEditDict.description }}
+ {{ runtimeStore.editDict.name }}
+ {{ runtimeStore.editDict.description }}
总文章:{{ base.currentEditDict.articles.length }}篇
+ >总文章:{{ runtimeStore.editDict.articles.length }}篇
- 总词汇:{{ base.currentEditDict.length }}词
+ @click="emitter.emit(EventKey.openWordListModal,{title:'所有单词',list:runtimeStore.editDict.words})">
+ 总词汇:{{ runtimeStore.editDict.length }}词
开始日期:-
花费时间:-
@@ -238,16 +238,16 @@ const dictIsArticle = $computed(() => {
学习设置
-
+
每章单词数
- {{ base.currentEditDict.chapterWordNumber }}
+ {{ runtimeStore.editDict.chapterWordNumber }}
@@ -311,19 +311,19 @@ const dictIsArticle = $computed(() => {
+ v-model:active-index="runtimeStore.editDict.chapterIndex"
+ :dict="runtimeStore.editDict"/>
- 文章列表:共{{ base.currentEditDict.articles.length }}章
+ 文章列表:共{{ runtimeStore.editDict.articles.length }}章
章节列表:共{{
- base.currentEditDict.chapterWords.length
- }}章(每章{{ base.currentEditDict.chapterWordNumber }}词)
+ runtimeStore.editDict.chapterWords.length
+ }}章(每章{{ runtimeStore.editDict.chapterWordNumber }}词)
@@ -340,9 +340,9 @@ const dictIsArticle = $computed(() => {
/>