diff --git a/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeUpload.vue b/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeUpload.vue
index 09227df7a..958080227 100644
--- a/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeUpload.vue
+++ b/src/modules/13_salary/components/salaryEmployeeChart/DialogEmployeeUpload.vue
@@ -1,24 +1,22 @@
diff --git a/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue b/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue
index 019f62bfd..a0c3ee2a3 100644
--- a/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue
+++ b/src/modules/13_salary/components/salaryEmployeeChart/DialogFormCriteria.vue
@@ -4,21 +4,23 @@ import { useQuasar } from "quasar";
import http from "@/plugins/http";
import config from "@/app.config";
+/** importType*/
import type {
DataOptions,
DataListOptions,
} from "@/modules/13_salary/interface/index/EmployeeChart";
+/** importComponents*/
import Header from "@/components/DialogHeader.vue";
+/** importStore*/
import { useCounterMixin } from "@/stores/mixin";
const $q = useQuasar();
const { dialogConfirm, showLoader, hideLoader, messageError, success } =
useCounterMixin();
-// const salaryEmployeeId = ref(route.params.id.toString());
-
+/** props*/
const modal = defineModel("modal", { required: true });
const isEdit = defineModel("isStatusEdit", { required: true });
const props = defineProps({
diff --git a/src/modules/13_salary/views/salaryEmployeeChart.vue b/src/modules/13_salary/views/salaryEmployeeChart.vue
index ffa47f32c..f1f8369c8 100644
--- a/src/modules/13_salary/views/salaryEmployeeChart.vue
+++ b/src/modules/13_salary/views/salaryEmployeeChart.vue
@@ -1,9 +1,12 @@