lex 2 سال پیش
والد
کامیت
2be05e45b1

+ 1 - 1
src/school/attendance/components/attend-student.tsx

@@ -26,7 +26,7 @@ export default defineComponent({
       showPopoverTime: false,
       showPopoverOrchestra: false,
       showPopoverSubject: false,
-      actions: [],
+      actions: [] as any,
       subjects: [] as any,
       currentDate: [dayjs().format('YYYY'), dayjs().format('MM')]
     })

+ 1 - 1
src/school/exercise-record/exercis-detail.tsx

@@ -250,7 +250,7 @@ export default defineComponent({
           v-model:show={showTip.value}
           title="提示框"
           confirmButtonText="我知道了"
-          vSlots={{
+          v-slots={{
             title: () => (
               <div class={styles.DialogTitle}>
                 <span></span>

+ 1 - 1
src/school/exercise-record/modals/student-item.tsx

@@ -117,7 +117,7 @@ export default defineComponent({
         <ActionSheet
           class="bottomSheet"
           v-model:show={showContact.value}
-          vSlots={{
+          v-slots={{
             description: () => (
               <div class={styles.bottomTitle}>
                 <div class={styles.bottomTitleLeft}>

+ 1 - 1
src/school/orchestra/compontent/information.tsx

@@ -127,7 +127,7 @@ export default defineComponent({
                 <div class={styles.codeName}>武汉小学2022上学期团武汉小学</div>
 
                 <div class={styles.codeQr}>
-                  <OQrcode text="http://ponline.dayaedu.com/" size={400} />
+                  <OQrcode text="http://ponline.dayaedu.com/" size={'400'} />
                 </div>
                 <div style={{ textAlign: 'center' }}>
                   <span class={styles.codeBtnText}>扫描上方二维码完成资料填写</span>

+ 1 - 1
src/school/ranking-list/components/timer-bang.tsx

@@ -26,7 +26,7 @@ export default defineComponent({
       showPopoverTime: false,
       showPopoverOrchestra: false,
       showPopoverSubject: false,
-      actions: [],
+      actions: [] as any,
       subjects: [] as any,
       currentDate: [dayjs().format('YYYY'), dayjs().format('MM')]
     })