This commit is contained in:
X1627315083
2025-09-11 14:56:08 +08:00
parent 7e6a3b1144
commit 14725b430e
10 changed files with 25 additions and 15 deletions

View File

@@ -364,6 +364,8 @@ export default defineComponent({
str = "trial";
} else if (record.value == 4) {
str = "userInEvent";
} else if (record.value == 7) {
str = "Edu Admin";
}
return str;
},