Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
251d3ceb
Commit
251d3ceb
authored
Nov 25, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公司ID
parent
19dd57c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
pages/account/login/index.vue
+2
-2
No files found.
pages/account/login/index.vue
View file @
251d3ceb
...
...
@@ -33,7 +33,7 @@
<Login
@
on-submit=
"handleSubmit"
class=
"form_sub"
>
<div
class=
"mb20"
style=
"height: 40px"
>
<Input
ref=
"iTenantCode"
v-model=
"tenantCode"
size=
"large"
>
<span
slot=
"prepend"
>
租户号
</span>
<span
slot=
"prepend"
>
公司ID
</span>
</span>
</Input>
</div>
<UserName
name=
"username"
class=
"user_name"
value=
""
/>
...
...
@@ -90,7 +90,7 @@ export default {
*/
handleSubmit
(
valid
,
values
)
{
if
(
this
.
tenantCode
==
""
)
{
this
.
$Message
.
error
(
"
租户号
不能为空"
);
this
.
$Message
.
error
(
"
公司ID
不能为空"
);
this
.
$refs
.
iTenantCode
.
focus
();
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment