diff --git a/src/pages/user/AccountManager.vue b/src/pages/user/AccountManager.vue index a81534e..75e0788 100644 --- a/src/pages/user/AccountManager.vue +++ b/src/pages/user/AccountManager.vue @@ -91,28 +91,35 @@ }, { title: '用户名', - key: 'userName', - width: '150px' + key: 'userName' + }, + { + title: '别名', + key: 'abbreviation' }, { title: '系统账号', - key: 'account', - width: '150px', + key: 'account' }, { title: '手机号', key: 'mobil', - width: '150px', }, { title: '系统角色', - key: 'roleName', - width: '120px' + key: 'roleName' + }, + { + title: '零售公司', + key: 'companyName' + }, + { + title: '店铺', + key: 'shopName' }, { - title: '可见店铺/零售公司', - key: 'shopName', - width: '200px' + title: '店铺编码', + key: 'shopCode' }, { title: '操作',