瀏覽代碼

fixed material print link in modalcard

bach 3 年之前
父節點
當前提交
12f7bacc26

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


二進制
web/themes/custom/materiotheme/assets/dist/main.js.gz


文件差異過大導致無法顯示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue

@@ -89,7 +89,7 @@
           </div>
         </section>
         <section class="tool print">
-          <a :href="material.path+'/printable/print'" target="_blank">
+          <a :href="item.path+'/printable/print'" target="_blank">
             <span class="btn mdi mdi-printer"/>
           </a>
         </section>

部分文件因文件數量過多而無法顯示