秀山账号管理完成
This commit is contained in:
@@ -41,12 +41,10 @@
|
||||
<el-form ref="addAccountForm" :model="account" :rules="rules" size="small"
|
||||
label-width="120px">
|
||||
<el-form-item required label="姓名" prop="name">
|
||||
<el-input style="width: 240px" v-model.trim="account.name" placeholder="请输入..." clearable
|
||||
:maxLength="15"/>
|
||||
<el-input v-model.trim="account.name" placeholder="请输入..." clearable :maxLength="15"/>
|
||||
</el-form-item>
|
||||
<el-form-item required label="手机号码" prop="phone">
|
||||
<el-input style="width: 240px" v-model.trim="account.phone" placeholder="请输入..." clearable
|
||||
:maxLength="11"/>
|
||||
<el-input v-model.trim="account.phone" placeholder="请输入..." clearable :maxLength="11"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="行政地区" prop="areaId">
|
||||
<ai-area-get v-model="account.areaId" :instance="instance"/>
|
||||
|
||||
Reference in New Issue
Block a user