mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-12 14:54:34 +08:00
Feat: display user uuid
This commit is contained in:
parent
0e731835cc
commit
5db6bc2225
@ -50,6 +50,13 @@ const permissionList = {
|
||||
|
||||
const columns = computed(() => {
|
||||
return arrayFilter([
|
||||
{
|
||||
align: "center",
|
||||
title: "UUID",
|
||||
dataIndex: "uuid",
|
||||
key: "uuid",
|
||||
condition: () => !screen.isPhone.value
|
||||
},
|
||||
{
|
||||
align: "center",
|
||||
title: t("TXT_CODE_eb9fcdad"),
|
||||
|
Loading…
Reference in New Issue
Block a user