|
|
@@ -14,32 +14,32 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item :label="$t('手机号')" style="width:340px" prop="phonenumber">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.phonenumber)" :placeholder="$t(`手机号`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.phonenumber)" :placeholder="$t(`手机号`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item style="width:340px" :label="$t(`汇报对象`)" prop="reporthrname">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.reporthrname)" :placeholder="$t(`汇报对象`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.reporthrname)" :placeholder="$t(`汇报对象`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item style="width:340px" :label="$t('编号')" prop="hrcode">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.hrcode)" :placeholder="$t(`编号`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.hrcode)" :placeholder="$t(`编号`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="16">
|
|
|
<el-form-item style="width:340px" :label="$t(`邮箱`)" prop="email">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.email)" :placeholder="$t(`邮箱`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.email)" :placeholder="$t(`邮箱`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item style="width:340px" :label="$t('部门')" prop="depname">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.depname)" :placeholder="$t(`部门`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.depname)" :placeholder="$t(`部门`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="16">
|
|
|
<el-form-item style="width:340px" :label="$t(`区域`)" prop="areaname">
|
|
|
- <el-input style="width:240px" readonly :valuel="$t(form.areaname)" :placeholder="$t(`区域`)"></el-input>
|
|
|
+ <el-input style="width:240px" readonly :value="$t(form.areaname)" :placeholder="$t(`区域`)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-form>
|