@@ -246,9 +264,9 @@ watch(
dense
outlined
for="#shortName"
- label="ชื่อย่อ"
+ label="อักษรย่อ"
hide-bottom-space
- :rules="[(val) => !!val || `${'กรุณากรอกชื่อย่อ'}`]"
+ :rules="[(val) => !!val || `${'กรุณากรอกอักษรย่อ'}`]"
/>
diff --git a/src/modules/02_organizationalNew/components/StructureDetail.vue b/src/modules/02_organizationalNew/components/StructureDetail.vue
index 2068ed372..bf30060de 100644
--- a/src/modules/02_organizationalNew/components/StructureDetail.vue
+++ b/src/modules/02_organizationalNew/components/StructureDetail.vue
@@ -1,31 +1,60 @@
-