fix: refs #6802 update import path for DepartmentDescriptorProxy in OrderList.vue

This commit is contained in:
Javi Gallego 2025-02-21 12:58:11 +01:00
parent da86116726
commit bcb47f6fde
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import VnTable from 'src/components/VnTable/VnTable.vue';
import VnInputDate from 'src/components/common/VnInputDate.vue';
import VnSelect from 'src/components/common/VnSelect.vue';
import VnSection from 'src/components/common/VnSection.vue';
import DepartmentDescriptorProxy from '../Department/Card/DepartmentDescriptorProxy.vue';
import DepartmentDescriptorProxy from 'src/pages/Worker/Department/Card/DepartmentDescriptorProxy.vue';
const { t } = useI18n();
const { viewSummary } = useSummaryDialog();