Explorar el Código

Update companion-teacher-register.tsx

lex hace 2 años
padre
commit
4104b66ed7
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

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