|
|
@@ -28,16 +28,16 @@
|
|
|
<el-col :span="16">
|
|
|
<el-form ref="form" :model="form" :rules="rulesform" label-width="80px">
|
|
|
<el-row>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="24">
|
|
|
<el-form-item label="账号">
|
|
|
<el-input v-model="authUser.name" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <!--<el-col :span="12">
|
|
|
<el-form-item label="编码">
|
|
|
<el-input v-model="form.CompanyCode"></el-input>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col>-->
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-form-item required prop="Realname" label="名称">
|
|
|
@@ -79,14 +79,14 @@
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
<el-col :span="2"> </el-col>
|
|
|
- <el-col :span="5">
|
|
|
+ <!--<el-col :span="5">
|
|
|
<el-upload class="avatar-uploader" :action="'http://'+host+'/api/users/uploadphoto'" :show-file-list="false"
|
|
|
:on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload">
|
|
|
<img v-if="imageUrl" :src="imageUrl" class="usersettingavatar">
|
|
|
<img v-else class="usersettingavatar" src="../../assets/img/avatar-default.jpg">
|
|
|
</el-upload>
|
|
|
<div style="font-size:14px;color:#5D6A76;margin-left:55px;margin-bottom:20px;margin-top:10px;">上传头像</div>
|
|
|
- </el-col>
|
|
|
+ </el-col>-->
|
|
|
</el-row>
|
|
|
</el-card>
|
|
|
</template>
|