PMCORE-3612

This commit is contained in:
Henry Jordan
2022-01-05 20:11:33 +00:00
committed by Paula Quispe
parent 703b479afc
commit 616cc67bce
2 changed files with 5 additions and 3 deletions

View File

@@ -337,7 +337,6 @@ export default {
icon: "fas fa-check-circle",
options: {
filterable: false,
headings: {},
texts: {
count: this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"),
first: this.$i18n.t("ID_FIRST"),
@@ -794,7 +793,10 @@ export default {
product,
newItems = [];
that.filterItems = [];
that.headings = {};
that.headings = {
detail: this.$i18n.t("ID_DETAIL_CASE"),
actions: "",
};
response.data.columns.forEach((item) => {
if (item.enableFilter) {
if (that.availableItems[that.itemMap[item.field]]) {