Commit 251d3ceb authored by renjintao's avatar renjintao

公司ID

parent 19dd57c3
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<Login @on-submit="handleSubmit" class="form_sub"> <Login @on-submit="handleSubmit" class="form_sub">
<div class="mb20" style="height: 40px"> <div class="mb20" style="height: 40px">
<Input ref="iTenantCode" v-model="tenantCode" size="large"> <Input ref="iTenantCode" v-model="tenantCode" size="large">
<span slot="prepend">租户号</span> <span slot="prepend">公司ID</span></span>
</Input> </Input>
</div> </div>
<UserName name="username" class="user_name" value="" /> <UserName name="username" class="user_name" value="" />
...@@ -90,7 +90,7 @@ export default { ...@@ -90,7 +90,7 @@ export default {
*/ */
handleSubmit(valid, values) { handleSubmit(valid, values) {
if (this.tenantCode == "") { if (this.tenantCode == "") {
this.$Message.error("租户号不能为空"); this.$Message.error("公司ID不能为空");
this.$refs.iTenantCode.focus(); this.$refs.iTenantCode.focus();
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment