[update] 用户编辑
This commit is contained in:
@@ -111,19 +111,19 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-model-item label="所属单位">
|
||||
<a-form-item label="所属单位">
|
||||
<j-select-depart
|
||||
placeholder="请选择所属单位"
|
||||
v-decorator="['selecteddeparts', validatorRules.selecteddeparts]"
|
||||
:backDepart="true"
|
||||
:treeOpera="true"></j-select-depart>
|
||||
</a-form-model-item>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-model-item label="联系方式">
|
||||
<a-form-item label="联系方式">
|
||||
<a-input placeholder="请输入联系方式"
|
||||
v-decorator="['phone', validatorRules.phone]" />
|
||||
</a-form-model-item>
|
||||
</a-form-item>
|
||||
|
||||
</a-col>
|
||||
</a-row>
|
||||
@@ -498,7 +498,7 @@ export default {
|
||||
},
|
||||
// 编辑用户
|
||||
handleEditUser (record) {
|
||||
// this.$refs.userInfoModal.edit(record)
|
||||
this.$refs.userInfoModal.edit(record)
|
||||
},
|
||||
// 删除用户
|
||||
handleDeleteUser (record) {
|
||||
@@ -531,7 +531,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.upload-avatar-box {
|
||||
position: relative;
|
||||
width: calc(100% + 40px);
|
||||
width: 100%;
|
||||
height: 168px;
|
||||
background: url("~@/assets/images/systemOverview/systemSettings/upload-avatar.png") no-repeat center center;
|
||||
background-size: 124px 124px;
|
||||
|
||||
@@ -156,7 +156,7 @@ export default {
|
||||
|
||||
.upload-avatar-box {
|
||||
position: relative;
|
||||
width: calc(100% + 40px);
|
||||
width: 100%;
|
||||
height: 168px;
|
||||
background: url("~@/assets/images/systemOverview/systemSettings/upload-avatar.png") no-repeat center center;
|
||||
background-size: 124px 124px;
|
||||
|
||||
Reference in New Issue
Block a user