PMCORE-3866:Records dropdown is still available in Home trays

This commit is contained in:
Fabio Guachalla
2022-06-14 10:13:49 -04:00
parent d89864ed7e
commit 7e4f45983f
7 changed files with 7 additions and 7 deletions

View File

@@ -159,6 +159,7 @@ export default {
tableData: [], tableData: [],
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"), process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),

View File

@@ -337,6 +337,7 @@ export default {
icon: "fas fa-check-circle", icon: "fas fa-check-circle",
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
texts: { texts: {
count: this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"), count: this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"),
first: this.$i18n.t("ID_FIRST"), first: this.$i18n.t("ID_FIRST"),
@@ -1279,9 +1280,6 @@ export default {
padding-left: 50px; padding-left: 50px;
padding-right: 50px; padding-right: 50px;
} }
.VueTables__limit {
display: none;
}
.v-card-text-dark { .v-card-text-dark {
color: #343944; color: #343944;

View File

@@ -310,6 +310,7 @@ export default {
icon:"fas fa-edit", icon:"fas fa-edit",
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
detail: this.$i18n.t("ID_DETAIL_CASE"), detail: this.$i18n.t("ID_DETAIL_CASE"),
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),

View File

@@ -341,6 +341,7 @@ export default {
icon:"fas fa-check-circle", icon:"fas fa-check-circle",
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
detail: this.$i18n.t("ID_DETAIL_CASE"), detail: this.$i18n.t("ID_DETAIL_CASE"),
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
@@ -861,10 +862,6 @@ export default {
padding-left: 50px; padding-left: 50px;
padding-right: 50px; padding-right: 50px;
} }
.VueTables__limit {
display: none;
}
.v-card-text-dark { .v-card-text-dark {
color: #343944; color: #343944;
display: inline-block; display: inline-block;

View File

@@ -161,6 +161,7 @@ export default {
tableData: [], tableData: [],
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"), process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),

View File

@@ -341,6 +341,7 @@ export default {
icon:"far fa-pause-circle", icon:"far fa-pause-circle",
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
detail: this.$i18n.t("ID_DETAIL_CASE"), detail: this.$i18n.t("ID_DETAIL_CASE"),
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),

View File

@@ -333,6 +333,7 @@ export default {
icon:"fas fa-users", icon:"fas fa-users",
options: { options: {
filterable: false, filterable: false,
perPageValues: [],
headings: { headings: {
detail: this.$i18n.t("ID_DETAIL_CASE"), detail: this.$i18n.t("ID_DETAIL_CASE"),
case_number: this.$i18n.t("ID_MYCASE_NUMBER"), case_number: this.$i18n.t("ID_MYCASE_NUMBER"),