This commit is contained in:
刘仕伟
2022-03-04 09:55:38 +08:00
parent 961993ae2b
commit 8c21b368bd

View File

@@ -109,7 +109,7 @@ export default {
{label: "姓名", slot: "name"},
{label: "联系方式", prop: "phone", align: 'center', width: "120px"},
{label: "账号角色", prop: "roleName", width: "120px", align: '120px'},
{label: "地区", prop: "areaName"},
{label: "地区", prop: "areaFullName"},
{slot: "options"}
]
},