zhc4dev
wangjiadong 2 years ago
parent 6939e4999c
commit c6b2fe4291
  1. 26
      ant-design-vue-jeecg/src/views/mall/user/ZyMallUserList.vue

@ -134,7 +134,7 @@
</a-table>
</div>
<a-tabs defaultActiveKey="1">
<!--<a-tabs defaultActiveKey="1">
<a-tab-pane tab="地址表" key="1">
<ZyMallAddressList :mainId="selectedMainId" />
</a-tab-pane>
@ -153,7 +153,7 @@
<a-tab-pane tab="退货订单" key="6" forceRender>
<ZyMallReturnOrderList :mainId="selectedMainId" />
</a-tab-pane>
</a-tabs>
</a-tabs>-->
<zyMallUser-modal ref="modalForm" @ok="modalFormOk"></zyMallUser-modal>
</a-card>
@ -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',

Loading…
Cancel
Save