批量上传门店号

master
yechenhao 6 years ago
parent 01f2eae36c
commit b45e1ad118

@ -91,28 +91,35 @@
}, },
{ {
title: '用户名', title: '用户名',
key: 'userName', key: 'userName'
width: '150px' },
{
title: '别名',
key: 'abbreviation'
}, },
{ {
title: '系统账号', title: '系统账号',
key: 'account', key: 'account'
width: '150px',
}, },
{ {
title: '手机号', title: '手机号',
key: 'mobil', key: 'mobil',
width: '150px',
}, },
{ {
title: '系统角色', title: '系统角色',
key: 'roleName', key: 'roleName'
width: '120px' },
{
title: '零售公司',
key: 'companyName'
},
{
title: '店铺',
key: 'shopName'
}, },
{ {
title: '可见店铺/零售公司', title: '店铺编码',
key: 'shopName', key: 'shopCode'
width: '200px'
}, },
{ {
title: '操作', title: '操作',

Loading…
Cancel
Save