diff --git a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue index d69bc4ddf..bb9e625fe 100644 --- a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue +++ b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue @@ -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]]) { diff --git a/resources/assets/js/home/MyCases/MyCases.vue b/resources/assets/js/home/MyCases/MyCases.vue index 1007c6901..839373b50 100644 --- a/resources/assets/js/home/MyCases/MyCases.vue +++ b/resources/assets/js/home/MyCases/MyCases.vue @@ -460,7 +460,7 @@ export default { PROCESS_NAME: v.PRO_TITLE, PROCESS_NAME: v.PRO_TITLE, PROCESS_CATEGORY: v.CATEGORY, - STATUS: v.APP_STATUS, + STATUS: this.$i18n.t("ID_CASES_STATUS_"+ v.APP_STATUS.toUpperCase()), START_DATE: v.APP_CREATE_DATE_LABEL || "", FINISH_DATE: v.APP_FINISH_DATE_LABEL || "", PENDING_TASKS: that.formantPendingTask(