guanchunjie 3 anni fa
parent
commit
414d2d6acf
3 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 1
      package.json
  2. 1 0
      src/views/bookView.vue
  3. 1 0
      src/views/courseView.vue

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "@ztree/ztree_v3": "^3.5.46",
     "awe-dnd": "^0.3.4",
     "axios": "0.18.1",
-    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.1.1.tgz",
+    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.1.4.tgz",
     "cnchar": "^3.0.1",
     "cnchar-all": "^3.0.1",
     "cnchar-order": "^3.0.1",

+ 1 - 0
src/views/bookView.vue

@@ -63,6 +63,7 @@
             :FatherTreeData="FatherTreeData"
             :change-id="changeId"
             :themeColor="themeColor"
+            :isShowTitle="true"
           />
         </template>
       </div>

+ 1 - 0
src/views/courseView.vue

@@ -51,6 +51,7 @@
             :FatherTreeData="FatherTreeData"
             :change-id="changeId"
             :themeColor="themeColor"
+            :isShowTitle="true"
           />
         </template>
       </div>