This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: [签名弹窗] 密码增加显示按钮
lkf
memorylkf
2 months ago
parent
e3e90d8d9d
commit
7b2d675b8f
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/business/form/drug/comp/sign.vue
+1
-1
src/views/business/form/nonTrial/comp/sign.vue
+1
-1
src/views/business/study/comp/sign.vue
+ 1
- 1
src/views/business/form/drug/comp/sign.vue
View File
@ -44,7 +44,7 @@
<
/
e
l
-
c
o
l
>
-
-
>
<
el
-col
:span
="24"
>
<
el
-form
-item
:label
="$t('form.password')"
prop
=
"qmrmm"
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
/
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
show
-password
/
>
<
/
e
l
-
f
o
r
m
-
i
t
e
m
>
<
/
e
l
-
c
o
l
>
<
/
e
l
-
r
o
w
>
+ 1
- 1
src/views/business/form/nonTrial/comp/sign.vue
View File
@ -44,7 +44,7 @@
<
/
e
l
-
c
o
l
>
-
-
>
<
el
-col
:span
="24"
>
<
el
-form
-item
:label
="$t('form.password')"
prop
=
"qmrmm"
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
/
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
show
-password
/
>
<
/
e
l
-
f
o
r
m
-
i
t
e
m
>
<
/
e
l
-
c
o
l
>
<
/
e
l
-
r
o
w
>
+ 1
- 1
src/views/business/study/comp/sign.vue
View File
@ -44,7 +44,7 @@
<
/
e
l
-
c
o
l
>
-
-
>
<
el
-col
:span
="24"
>
<
el
-form
-item
:label
="$t('form.password')"
prop
=
"qmrmm"
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
/
>
<
el
-input
type
=
"password"
v
-model
=
"
form.qmrmm
"
maxlength
=
"20"
:placeholder
="$t('form.placeholderInput')"
autocomplete
=
"off"
auto
-complete
=
"
new
-password
"
show
-password
/
>
<
/
e
l
-
f
o
r
m
-
i
t
e
m
>
<
/
e
l
-
c
o
l
>
<
/
e
l
-
r
o
w
>
Write
Preview
Loading…
Cancel
Save