刘洋 hai 1 ano
pai
achega
259bf18dc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/shared/UpdateUserPwd.vue

+ 1 - 1
src/components/shared/UpdateUserPwd.vue

@@ -68,7 +68,7 @@ const rules: EpFormRules = {
 
 const items: EpFormItem[] = [
   { label: '姓名', prop: 'name', slotType: 'input', slot: { disabled: true } },
-  { label: '单位', prop: 'employer', slotType: 'input' },
+  { label: '单位', prop: 'employer', slotType: 'input', slot: { maxlength: 100 } },
   { label: '新密码', prop: 'password', slotType: 'input', slot: { type: 'password' } },
   { label: '确认密码', prop: 'rePassword', slotType: 'input', slot: { type: 'password' } },
   { slotName: 'confirm' },