diff --git a/src/css/app.scss b/src/css/app.scss
index f6c873e90..f34b1358b 100644
--- a/src/css/app.scss
+++ b/src/css/app.scss
@@ -152,6 +152,15 @@ select:-webkit-autofill {
color: var(--vn-label-color);
}
+.disabled {
+ & .q-checkbox__label {
+ color: var(--vn-text-color);
+ }
+ & .q-checkbox__inner {
+ color: var(--vn-label-color);
+ }
+}
+
.q-chip,
.q-notification__message,
.q-notification__icon {
diff --git a/src/pages/Customer/Defaulter/CustomerDefaulter.vue b/src/pages/Customer/Defaulter/CustomerDefaulter.vue
index 06732b944..693b016fb 100644
--- a/src/pages/Customer/Defaulter/CustomerDefaulter.vue
+++ b/src/pages/Customer/Defaulter/CustomerDefaulter.vue
@@ -91,7 +91,6 @@ const tableColumnComponents = {
props: (prop) => ({
disable: true,
'model-value': prop.value,
- class: 'disabled-checkbox',
}),
event: () => {},
},
diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
index e96c74689..84a79661e 100644
--- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
+++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
@@ -150,21 +150,19 @@ const downloadCSV = async () => {
>
- {{ row.clientId }}
+ {{ row.clientId }}
- {{ row.ticketFk }}
+ {{ row.ticketFk }}
- {{
- row.workerName
- }}
+ {{ row.workerName }}
diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBasesFilter.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBasesFilter.vue
index 66b9257a0..9eeac8355 100644
--- a/src/pages/InvoiceOut/InvoiceOutNegativeBasesFilter.vue
+++ b/src/pages/InvoiceOut/InvoiceOutNegativeBasesFilter.vue
@@ -20,6 +20,7 @@ const props = defineProps({
:data-key="props.dataKey"
:search-button="true"
:unremovable-params="['from', 'to']"
+ :hidden-tags="['from', 'to']"
>