diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue
index 09a6572da..4df83404b 100644
--- a/src/components/Dialogs/PopupPersonalNew.vue
+++ b/src/components/Dialogs/PopupPersonalNew.vue
@@ -270,7 +270,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -278,7 +278,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -286,7 +286,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -294,7 +294,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -302,7 +302,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -310,7 +310,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -318,7 +318,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -346,7 +346,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -354,7 +354,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -362,7 +362,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -370,7 +370,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -378,7 +378,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -386,7 +386,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -397,7 +397,7 @@ async function fetchProfile(id: string, avatarName: string) {
@@ -408,7 +408,7 @@ async function fetchProfile(id: string, avatarName: string) {
diff --git a/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue b/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue
index ca488991f..339684b8e 100644
--- a/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue
+++ b/src/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue
@@ -1468,7 +1468,7 @@ onMounted(async () => {
{{ props.rowIndex + 1 }}
- {{ col.value }}
+ {{ col.value?col.value:'-' }}
diff --git a/src/modules/11_discipline/store/InvestigateDisStore.ts b/src/modules/11_discipline/store/InvestigateDisStore.ts
index 60e98a22d..e52792d3b 100644
--- a/src/modules/11_discipline/store/InvestigateDisStore.ts
+++ b/src/modules/11_discipline/store/InvestigateDisStore.ts
@@ -190,7 +190,7 @@ export const useInvestigateDisStore = defineStore(
const columnsDirector = ref([
{
name: "no",
- align: "left",
+ align: "center",
label: "ลำดับ",
sortable: false,
field: "no",