This commit is contained in:
@@ -80,10 +80,12 @@
|
|||||||
class="my-2"
|
class="my-2"
|
||||||
readonly
|
readonly
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
<span class="text-medium-emphasis ml-2" style="font-size: 15px">
|
||||||
|
หมายเลขผู้สมัคร สามารถแก้ไขได้ในภายหลัง
|
||||||
|
</span>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
label="หมายเลขผู้สมัคร"
|
label="หมายเลขผู้สมัคร"
|
||||||
variant="solo"
|
variant="solo"
|
||||||
:rules="rules.required"
|
|
||||||
v-model="payload.registerno"
|
v-model="payload.registerno"
|
||||||
type="number"
|
type="number"
|
||||||
hide-spin-buttons
|
hide-spin-buttons
|
||||||
|
|||||||
@@ -81,10 +81,12 @@
|
|||||||
hide-spin-buttons
|
hide-spin-buttons
|
||||||
class="my-2"
|
class="my-2"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
<span class="text-medium-emphasis ml-2" style="font-size: 15px">
|
||||||
|
หมายเลขผู้สมัคร สามารถแก้ไขได้ในภายหลัง
|
||||||
|
</span>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
label="หมายเลขผู้สมัคร"
|
label="หมายเลขผู้สมัคร"
|
||||||
variant="solo"
|
variant="solo"
|
||||||
:rules="rules.required"
|
|
||||||
v-model="payload.registerno"
|
v-model="payload.registerno"
|
||||||
type="number"
|
type="number"
|
||||||
hide-spin-buttons
|
hide-spin-buttons
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
<div class="font-weight-bold" v-if="item.registerno">
|
<div class="font-weight-bold" v-if="item.registerno">
|
||||||
{{ item.registerno }}
|
{{ item.registerno }}
|
||||||
</div>
|
</div>
|
||||||
<div class="font-weight-bold" v-else>2352</div>
|
<div class="font-weight-bold" v-else> - </div>
|
||||||
</div>
|
</div>
|
||||||
</div></v-col
|
</div></v-col
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const CONFIG = {
|
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",
|
api_url: process.env.VUE_APP_API_URL || "http://localhost:3000",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user