From c9bb1e1fed4ff4d7c252eddfc3e5f40892e93fff Mon Sep 17 00:00:00 2001 From: Jarinya Date: Mon, 20 May 2024 19:38:28 +0700 Subject: [PATCH] update rule registerno --- src/components/edit/FormSteperEdit.vue | 4 +++- src/components/form/FormSteper.vue | 6 ++++-- src/components/search/CardUser.vue | 2 +- src/config.js | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/edit/FormSteperEdit.vue b/src/components/edit/FormSteperEdit.vue index 213baf1..ab30d99 100644 --- a/src/components/edit/FormSteperEdit.vue +++ b/src/components/edit/FormSteperEdit.vue @@ -80,10 +80,12 @@ class="my-2" readonly > + + หมายเลขผู้สมัคร สามารถแก้ไขได้ในภายหลัง + + + หมายเลขผู้สมัคร สามารถแก้ไขได้ในภายหลัง + {{ item.registerno }} -
2352
+
-
diff --git a/src/config.js b/src/config.js index 7b781ca..53492b2 100644 --- a/src/config.js +++ b/src/config.js @@ -1,4 +1,4 @@ export const CONFIG = { - // api_url: "http://178.128.18.156:3000", + // api_url: "http://178.128.18.156:3000", api_url: process.env.VUE_APP_API_URL || "http://localhost:3000", };