소스 검색

Merge branch 'colexiu1.3'

mo 1 년 전
부모
커밋
2b3f144a8d
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      src/views/tenantTeacherRejest/index.tsx

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

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