diff --git a/src/modules/04_registryNew/components/detail/Achievement/03_Insignia.vue b/src/modules/04_registryNew/components/detail/Achievement/03_Insignia.vue
index 83bd28c02..5377169e8 100644
--- a/src/modules/04_registryNew/components/detail/Achievement/03_Insignia.vue
+++ b/src/modules/04_registryNew/components/detail/Achievement/03_Insignia.vue
@@ -554,6 +554,10 @@ function onSubmit() {
});
}
+function selectData(props: any) {
+ modal.value = true;
+}
+
function filterSelector(val: any, update: Function, refData: string) {
switch (refData) {
case "insigniaOptions":
@@ -685,6 +689,7 @@ onMounted(async () => {
/>
{
{
{
-
-
+
+
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
index 283c78086..98e075ef0 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue
@@ -275,106 +275,94 @@ onMounted(async () => {
});
-
-
-
-
+
-
-
-
-
- {{ typeChangeName(col.value) }}
-
-
- {{ col.value }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
+
+
+
+
+ {{ typeChangeName(col.value) }}
+
+
+ {{ col.value }}
+
+
+
+
+
+
+
+
+