diff --git a/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue b/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue index 67c533f2..66ed79e6 100644 --- a/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue +++ b/ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue @@ -134,7 +134,7 @@ - + @@ -190,36 +190,36 @@ export default { // 表头 columns: [ { - title: '账户', + title: '账户c', align: 'center', - dataIndex: 'account' + dataIndex: 'username' }, { title: '昵称', align: 'center', - dataIndex: 'name' + dataIndex: 'realname' }, - { + /* { title: '密码', align: 'center', dataIndex: 'password' - }, + },*/ { title: '电话', align: 'center', dataIndex: 'phone' }, - { +/* { title: '状态', align: 'center', dataIndex: 'state_dictText' - }, + },*/ { title: '性别', align: 'center', dataIndex: 'sex_dictText' }, - { + /* { title: '个性签名', align: 'center', dataIndex: 'sign' @@ -229,8 +229,8 @@ export default { align: 'center', dataIndex: 'picture', scopedSlots: { customRender: 'imgSlot' } - }, - { + },*/ + /* { title: '店铺id', align: 'center', dataIndex: 'shopId_dictText' @@ -249,7 +249,7 @@ export default { title: '身份', align: 'center', dataIndex: 'userIdentity_dictText' - }, + },*/ { title: '生日', align: 'center',