diff --git a/public/images/customer-CORP-avartar-female.png b/public/images/customer-CORP-avartar-female.png index 4cbb894f..446ef866 100644 Binary files a/public/images/customer-CORP-avartar-female.png and b/public/images/customer-CORP-avartar-female.png differ diff --git a/public/images/customer-CORP-avartar-male.png b/public/images/customer-CORP-avartar-male.png index ae177f60..6ad95d7d 100644 Binary files a/public/images/customer-CORP-avartar-male.png and b/public/images/customer-CORP-avartar-male.png differ diff --git a/public/images/customer-PERS-avartar-female.png b/public/images/customer-PERS-avartar-female.png index c3ba574e..ca0a2bf1 100644 Binary files a/public/images/customer-PERS-avartar-female.png and b/public/images/customer-PERS-avartar-female.png differ diff --git a/public/images/customer-PERS-avartar-male.png b/public/images/customer-PERS-avartar-male.png index ce0ab20c..e9fd15fe 100644 Binary files a/public/images/customer-PERS-avartar-male.png and b/public/images/customer-PERS-avartar-male.png differ diff --git a/public/images/employee-avatar-female.png b/public/images/employee-avatar-female.png index ce9370f1..66ace3a0 100644 Binary files a/public/images/employee-avatar-female.png and b/public/images/employee-avatar-female.png differ diff --git a/public/images/employee-avatar-male.png b/public/images/employee-avatar-male.png index aaf5fb1f..a8daa8ff 100644 Binary files a/public/images/employee-avatar-male.png and b/public/images/employee-avatar-male.png differ diff --git a/public/img-group.png b/public/img-group.png deleted file mode 100644 index 0493168b..00000000 Binary files a/public/img-group.png and /dev/null differ diff --git a/public/no-img-female.png b/public/no-img-female.png index 95f959ff..4e177dca 100644 Binary files a/public/no-img-female.png and b/public/no-img-female.png differ diff --git a/public/no-img-man.png b/public/no-img-man.png index f0ccba15..861f356a 100644 Binary files a/public/no-img-man.png and b/public/no-img-man.png differ diff --git a/public/option/option.json b/public/option/option.json index 963c4ad2..c5ea33cd 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -183,15 +183,15 @@ "prefix": [ { - "label": "MR", + "label": "Mr", "value": "mr" }, { - "label": "MRS", + "label": "Mrs", "value": "mrs" }, { - "label": "MISS", + "label": "Miss", "value": "miss" } ], diff --git a/quasar.config.ts b/quasar.config.ts index 38bb94c1..cc0715ad 100644 --- a/quasar.config.ts +++ b/quasar.config.ts @@ -31,7 +31,7 @@ export default defineConfig((ctx) => { devServer: { host: '0.0.0.0', open: false, - port: 5174, + port: 5173, }, framework: { config: {}, diff --git a/src/components/01_branch-management/BranchCard.vue b/src/components/01_branch-management/BranchCard.vue index c10d63fc..83c268ba 100644 --- a/src/components/01_branch-management/BranchCard.vue +++ b/src/components/01_branch-management/BranchCard.vue @@ -89,7 +89,15 @@ defineProps<{ - +
-
{{ $t('general.advanceSearch') }}
diff --git a/src/components/shared/AvatarGroup.vue b/src/components/shared/AvatarGroup.vue index ed8f63ef..a3f3d85e 100644 --- a/src/components/shared/AvatarGroup.vue +++ b/src/components/shared/AvatarGroup.vue @@ -25,11 +25,7 @@ withDefaults( alt="Image" />
-
+
{{ person.name }} diff --git a/src/components/shared/PersonCard.vue b/src/components/shared/PersonCard.vue index d53a0b5c..3abc14b0 100644 --- a/src/components/shared/PersonCard.vue +++ b/src/components/shared/PersonCard.vue @@ -23,8 +23,6 @@ defineProps<{ history?: boolean; prefixId?: string; separateEnter?: boolean; - hideAction?: boolean; - hideDelete?: boolean; }>(); defineEmits<{ @@ -78,10 +76,8 @@ defineEmits<{ /> diff --git a/src/components/shared/select-muliple/SelectOffice.vue b/src/components/shared/select-muliple/SelectOffice.vue index 22a0a327..24437cd1 100644 --- a/src/components/shared/select-muliple/SelectOffice.vue +++ b/src/components/shared/select-muliple/SelectOffice.vue @@ -72,11 +72,7 @@ onMounted(async () => { :option="selectOptions" :hide-selected="false" :fill-input="false" - :rules="[ - (v: string) => { - return !!v?.length || $t('form.error.required'); - }, - ]" + :rules="[(v: string) => !!v || $t('form.error.required')]" @filter="filter" >