This commit is contained in:
@@ -295,6 +295,13 @@ export default {
|
||||
].name = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
temp[i].name
|
||||
);
|
||||
|
||||
temp[
|
||||
i
|
||||
].textra = await window.$gz.translation.translateStringWithMultipleKeysAsync(
|
||||
temp[i].textra
|
||||
);
|
||||
|
||||
temp[i].index = currentEventCount + i;
|
||||
}
|
||||
vm.obj = [...vm.obj, ...temp];
|
||||
|
||||
@@ -109,7 +109,7 @@ export default {
|
||||
ret.push({
|
||||
id: o.id,
|
||||
eventType: eventDisplay,
|
||||
ayaType: window.$gz.enums.get("coreview", o.ayaType),
|
||||
ayaType: `[${window.$gz.enums.get("coreview", o.ayaType)}]`,
|
||||
deliveryMethod: window.$gz.enums.get(
|
||||
"NotifyDeliveryMethod",
|
||||
o.deliveryMethod
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
v-if="!event.editable"
|
||||
x-small
|
||||
:color="event.textColor"
|
||||
class="ml-n3"
|
||||
class="ml-n3"
|
||||
>
|
||||
$ayiLock</v-icon
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user