Fix(UI):Fix tips error when login with username and without password. (#4728)

Replace isUserPassword to isUserName on the label that userNameText error tip.
This commit is contained in:
Alleria Windrunner 2021-02-08 13:12:08 +08:00 committed by GitHub
parent 743975cc5f
commit 03ac3b42b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
@keyup.enter.native="_ok">
</el-input>
</div>
<p class="error" v-if="isUserPassword">
<p class="error" v-if="isUserName">
{{userNameText}}
</p>
</div>