update rule registerno
Some checks failed
frontend-action / build-image (push) Failing after 11m7s

This commit is contained in:
2024-05-20 19:38:28 +07:00
parent 7530e8055d
commit c9bb1e1fed
4 changed files with 9 additions and 5 deletions

View File

@@ -80,10 +80,12 @@
class="my-2"
readonly
></v-text-field>
<span class="text-medium-emphasis ml-2" style="font-size: 15px">
หมายเลขผสมคร สามารถแกไขไดในภายหล
</span>
<v-text-field
label="หมายเลขผู้สมัคร"
variant="solo"
:rules="rules.required"
v-model="payload.registerno"
type="number"
hide-spin-buttons

View File

@@ -81,10 +81,12 @@
hide-spin-buttons
class="my-2"
></v-text-field>
<span class="text-medium-emphasis ml-2" style="font-size: 15px">
หมายเลขผสมคร สามารถแกไขไดในภายหล
</span>
<v-text-field
label="หมายเลขผู้สมัคร"
variant="solo"
:rules="rules.required"
variant="solo"
v-model="payload.registerno"
type="number"
hide-spin-buttons

View File

@@ -63,7 +63,7 @@
<div class="font-weight-bold" v-if="item.registerno">
{{ item.registerno }}
</div>
<div class="font-weight-bold" v-else>2352</div>
<div class="font-weight-bold" v-else> - </div>
</div>
</div></v-col
>

View File

@@ -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",
};