case 4127

This commit is contained in:
2022-03-10 15:01:31 +00:00
parent b0c6cf6b86
commit 6bbfa6fa64
2 changed files with 13 additions and 7 deletions

View File

@@ -107,12 +107,16 @@ export default {
eventDisplay += ` - ${info}`;
}
let typeDisplay = `[${window.$gz.enums.get(
"coreview",
o.ayaType
)}]`;
if (typeDisplay == "[]") {
typeDisplay = "";
let typeDisplay = "";
if (o.ayaType != 0) {
typeDisplay = `[${window.$gz.enums.get(
"coreview",
o.ayaType
)}]`;
if (typeDisplay == "[]") {
typeDisplay = "";
}
}
ret.push({