소스 검색

修改bug

lisy 5 달 전
부모
커밋
4c9d0b6903
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/training/models/EnrollRegistration.vue

+ 1 - 1
src/views/training/models/EnrollRegistration.vue

@@ -29,7 +29,7 @@ import html2canvas from 'html2canvas';
 const emit = defineEmits(['update:show', 'close', 'success']);
 const props = defineProps({
     show: propTypes.bool.def(false),
-    title: propTypes.string.def(' '),
+    title: propTypes.string.def('报名二维码'),
     width: propTypes.number.def(500),
     info: propTypes.any.def(null),
     dict: propTypes.object.def({})