Commit ecec9fed by LJM

用户中心/基本信息:公司名称未展示完全

parent 678ab46d
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</div> </div>
<el-form :inline="true" :model="userinfo" label-width="90px"> <el-form :inline="true" :model="userinfo" label-width="90px">
<el-form-item label="公司名称"> <el-form-item label="公司名称">
<el-input v-model="userinfo.company_name" placeholder="" disabled style="width: 180px"></el-input> <el-input v-model="userinfo.company_name" placeholder="" disabled style="width: 180px" :title="userinfo.company_name"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="联系人"> <el-form-item label="联系人">
<el-input v-model="userinfo.contacts_name" style="width: 180px"></el-input> <el-input v-model="userinfo.contacts_name" style="width: 180px"></el-input>
......
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