分区新增 - 独联体

This commit is contained in:
2025-09-16 17:52:52 +08:00
parent e5a3152276
commit 5751e68318
12 changed files with 96 additions and 1 deletions

View File

@@ -280,6 +280,9 @@ export default {
if ((val & 16) != 0) {
value += '英语2区<br>';
}
if ((val & 32) != 0) {
value += '独联体<br>';
}
return value;
}
},