case 4127
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user