cxmo 2 năm trước cách đây
mục cha
commit
6f7afbbe9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/report/PreviewPDF.vue

+ 1 - 1
src/views/report/PreviewPDF.vue

@@ -16,7 +16,7 @@ const pdfState = reactive({
     pdf_url:'',
     pdf_name:''
 })
-let showHint = ref(true)
+let showHint = ref(false)
 let hasRight = ref(true)
 let hintText = ref('')
 const loadingFailed = ()=>{