Explorar el Código

Merge branch 'master' into jenkins

lex hace 3 años
padre
commit
360e62551b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/school/companion-teacher/companion-teacher-register.tsx

+ 1 - 1
src/school/companion-teacher/companion-teacher-register.tsx

@@ -374,7 +374,7 @@ export default defineComponent({
                 input: () => (
                   <OUpload
                     style={{ width: '100%' }}
-                    tips="上传身份证面"
+                    tips="上传身份证面"
                     v-model:modelValue={state.forms.idcardBackImg}
                   />
                 )