diff --git a/src/pages/07_agencies-management/AgenciesDialog.vue b/src/pages/07_agencies-management/AgenciesDialog.vue index 5c32096b..e593bdef 100644 --- a/src/pages/07_agencies-management/AgenciesDialog.vue +++ b/src/pages/07_agencies-management/AgenciesDialog.vue @@ -62,6 +62,7 @@ const props = withDefaults( defineProps<{ readonly?: boolean; isEdit?: boolean; + hideAction?: boolean; dataId?: string; }>(), @@ -411,6 +412,7 @@ watch( :prefix="data.name" hide-fade use-toggle + :readonly="hideAction" :active="data.status !== 'INACTIVE'" :toggle-title="$t('status.title')" :icon="'ph-building-office'" @@ -450,7 +452,7 @@ watch( style="position: absolute; z-index: 999; top: 0; right: 0" >