fix : 修改用户管理展示
This commit is contained in:
@@ -47,8 +47,8 @@ const searchConfig = ref([
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '用户账号',
|
||||
prop: 'userName',
|
||||
label: '用户名称',
|
||||
prop: 'nickName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入',
|
||||
@@ -56,8 +56,8 @@ const searchConfig = ref([
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '用户昵称',
|
||||
prop: 'nickName',
|
||||
label: '用户账号',
|
||||
prop: 'userName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入',
|
||||
@@ -91,12 +91,12 @@ const tableConfig = reactive({
|
||||
columns: [
|
||||
{
|
||||
prop: 'userName',
|
||||
label: '用户名称',
|
||||
label: '用户账号',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
prop: 'nickName',
|
||||
label: '用户昵称',
|
||||
label: '用户名称',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user