From b45e1ad1183e80e05900d59ba50c4f1829936131 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Mon, 11 May 2020 14:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8A=E4=BC=A0=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/AccountManager.vue | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) 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: '操作',