Commit 4300e8c6 authored by zhengke's avatar zhengke

修改

parent bead0c7c
......@@ -62,10 +62,10 @@
<el-input v-model="addMsg.EmpAccount" class="w400" size="small" maxlength="20" />
</el-form-item>
<el-form-item label="密码" prop="EmpPwd">
<el-input type="password" v-model="addMsg.EmpPwd" size="small" class="w400" />
<el-input type="password" v-model="addMsg.EmpPwd" size="small" maxlength="20" class="w400" />
</el-form-item>
<el-form-item label="昵称" prop="EmpName">
<el-input type="text" v-model="addMsg.EmpName" size="small" class="w400" />
<el-input type="text" v-model="addMsg.EmpName" size="small" maxlength="20" class="w400" />
</el-form-item>
<el-form-item label="角色">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange">全选
......@@ -85,7 +85,7 @@
<el-dialog title="提示" :visible.sync="upPwddialog" width="400px">
<el-form label-width="0">
<p style="padding:10px 0">请输入新密码</p>
<el-input type="password" v-model="pwdMsg.EmpPwd"></el-input>
<el-input type="password" v-model="pwdMsg.EmpPwd" maxlength="20"></el-input>
</el-form>
<span slot="footer" class="dialog-footer">
<el-button size="small" @click="upPwddialog = false">取 消</el-button>
......
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