2 Commits c2e85e8399 ... 2b3f144a8d

Author SHA1 Message Date
  mo 2b3f144a8d Merge branch 'colexiu1.3' 1 year ago
  mo 33c669ebf0 1 1 year ago
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/views/tenantTeacherRejest/index.tsx

+ 1 - 7
src/views/tenantTeacherRejest/index.tsx

@@ -184,12 +184,6 @@ export default defineComponent({
     return () => (
     return () => (
       <>
       <>
         <div class={styles.videoClass}>
         <div class={styles.videoClass}>
-          {/* <ColHeader
-            class={styles.classHeader}
-            border={false}
-            isFixed={false}
-            background="#fff"
-          /> */}
           <div class={styles.resjetStudentWrap}>
           <div class={styles.resjetStudentWrap}>
             <img src={rejectLogo} class={styles.rejectLogo} alt="" />
             <img src={rejectLogo} class={styles.rejectLogo} alt="" />
             <img src={studentText} class={styles.studentText} alt="" />
             <img src={studentText} class={styles.studentText} alt="" />
@@ -327,7 +321,7 @@ export default defineComponent({
             position="bottom"
             position="bottom"
             style={{ height: '60%' }}
             style={{ height: '60%' }}
             teleport="body"
             teleport="body"
-            onUpdate: show={val => (data.searchStatus = val)}
+            onUpdate:show={val => (data.searchStatus = val)}
           >
           >
             <SubjectModel
             <SubjectModel
               subjectList={data.subjectList}
               subjectList={data.subjectList}