Ver Fonte

Merge branch 'lm' of http://git.yujin.shuziyunyao.com/yujin/digital-medicine-front into lm

huangxw há 5 meses atrás
pai
commit
d1a20c6460
1 ficheiros alterados com 1 adições e 1 exclusões
  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({})