mirror of
https://github.com/shawncai/ERP.git
synced 2025-01-10 01:13:18 +08:00
修改bug
11.5
This commit is contained in:
parent
ebd788a3db
commit
da8662af9f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
<el-row>
|
||||
<el-col :span="6">
|
||||
<el-form-item :label="$t('NewEmployeeInformation.phone')" prop="phone" style="width: 100%;">
|
||||
<el-input v-model.number="connectForm.phone" placeholder="请输入手机号" clearable style="margin-left: 18px;width: 200px"/>
|
||||
<el-input v-model="connectForm.phone" placeholder="请输入手机号" clearable style="margin-left: 18px;width: 200px"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
|
|
Loading…
Reference in a new issue