This commit is contained in:
@@ -81,13 +81,15 @@ export default {
|
||||
z.AyaType,
|
||||
z.DeliveryMethod,
|
||||
z.DeliveryAddress,
|
||||
z.Tags */
|
||||
z.Tags,
|
||||
info */
|
||||
let ret = [];
|
||||
for (let i = 0; i < res.data.length; i++) {
|
||||
let o = res.data[i];
|
||||
ret.push({
|
||||
id: o.id,
|
||||
eventType: window.$gz.enums.get("NotifyEventType", o.eventType),
|
||||
info: o.info,
|
||||
ayaType: window.$gz.enums.get("coreview", o.ayaType),
|
||||
deliveryMethod: window.$gz.enums.get(
|
||||
"NotifyDeliveryMethod",
|
||||
@@ -218,6 +220,7 @@ async function createTableHeaders(vm) {
|
||||
{ text: vm.$ay.t("ID"), value: "id" },
|
||||
{ text: vm.$ay.t("NotifyEventType"), value: "eventType" },
|
||||
{ text: vm.$ay.t("AyaType"), value: "ayaType" },
|
||||
{ value: "info" },
|
||||
{ text: vm.$ay.t("NotifyDeliveryMethod"), value: "deliveryMethod" },
|
||||
{ text: vm.$ay.t("NotifyDeliveryAddress"), value: "deliveryAddress" },
|
||||
{ text: vm.$ay.t("Tags"), value: "tags" }
|
||||
|
||||
Reference in New Issue
Block a user