From 2e4cc0874f36926dc6c2d54a34d28d9ee5e71747 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 13 Aug 2024 17:49:07 +0700 Subject: [PATCH] fix(02): form by type option --- .../02_personnel-management/FormByType.vue | 191 ++++++++++++++---- 1 file changed, 152 insertions(+), 39 deletions(-) diff --git a/src/components/02_personnel-management/FormByType.vue b/src/components/02_personnel-management/FormByType.vue index 179f3a59..ad833a70 100644 --- a/src/components/02_personnel-management/FormByType.vue +++ b/src/components/02_personnel-management/FormByType.vue @@ -1,14 +1,17 @@ + :dense="dense" + :readonly="readonly" + :hide-dropdown-icon="readonly" + :label="$t('formDialogInputResponsibleArea')" + :options="responsibleAreaOptions" + @filter="responsibleAreaFilter" + > + +
+ + + - + + + - + :options="trainingPlaceOptions" + @filter="trainingPlaceFilter" + > + +