Commit 1251afe0 authored by jingnan's avatar jingnan 👀

添加人员指定用户增加账号信息

parent 19c17d1a
......@@ -140,7 +140,7 @@ export default {
changeUserList(items) {
const userNameList = items.map(item => {
return {
label: item.userName,
label: `${item.userName}(${item.number})`,
value: [item.id, item.userName].join(),
style: { display: 'block' }
}
......
......@@ -198,7 +198,7 @@ export default {
changeUserList(items) {
const userNameList = items.map(item => {
return {
label: item.userName,
label: `${item.userName}(${item.number})`,
value: [item.id, item.userName].join(),
style: { display: 'block' }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment