Commit 0cef9d78 by LJM

bug

parent 68f7c064
Showing with 2 additions and 2 deletions
......@@ -6,8 +6,8 @@
<el-form-item label="子账号" prop="mobile">
<el-input v-model="formParam.mobile" placeholder="请输入子账号" @keyup.enter.native="submit" clearable maxlength="30"></el-input>
</el-form-item>
<el-form-item label="名称" prop="name">
<el-input v-model="formParam.name" placeholder="请输入子账号" @keyup.enter.native="submit" clearable max="30"></el-input>
<el-form-item label="联系人" prop="name">
<el-input v-model="formParam.name" placeholder="请输入联系人" @keyup.enter.native="submit" clearable max="30"></el-input>
</el-form-item>
<el-form-item label="状态" prop="status">
<el-select v-model="formParam.status" placeholder="请选择" clearable>
......
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 sign in to comment