This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
>
|
||||
|
||||
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user