Commit e874c636 authored by 黄媛媛's avatar 黄媛媛

update

parent 23586f4e
......@@ -145,7 +145,7 @@ export default {
addMsg:{
FileName:'',
FilePath:'',
GoodsStatus:1,
GoodsStatus:2,
CategoryList:[],
},
rules:{
......
......@@ -50,7 +50,7 @@
</div>
<div flex="dir:left cross:center">
{{scope.row.Name}}
<span v-if="scope.row.AliasName!=''" class="remark_name">备注名:{{scope.row.AliasName}}</span>
<span v-if="scope.row.AliasName && scope.row.AliasName!=''" class="remark_name">备注名:{{scope.row.AliasName}}</span>
</div>
<img v-if="scope.row.Source==1" style="width:24px;height:24px" src="../../assets/img/userman/wx.png" alt=""
class="platform-img">
......
......@@ -8,6 +8,9 @@
<el-form-item label="用户">
<div class="app-image" :style="{backgroundImage:'url(' + userInfo.Photo + ')',backgroundSize:'cover'}"></div>
</el-form-item>
<el-form-item label="昵称">
<el-input v-model="userInfo.Name" style="width:478px" size="small" :disabled="true"></el-input>
</el-form-item>
<el-form-item label="会员等级">
<el-select style="width:293px;" size="small" v-model="userInfo.MemberGrade" placeholder="请选择活动区域">
<el-option label="普通用户" :value="0"></el-option>
......
......@@ -611,6 +611,7 @@
this.btnLoad=false;
if (res.data.resultCode == 1) {
this.Success(res.data.message)
this.getList();
}else{
this.Error(res.data.message)
}
......
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 to comment