fix : 修改用户管理展示

This commit is contained in:
2024-06-28 16:38:35 +08:00
parent daac1812bf
commit b7946d44c8

View File

@@ -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',
},
{