ต่อ api แบบสแบถาม
This commit is contained in:
parent
cb4e32c855
commit
56821bcd9b
1 changed files with 5 additions and 5 deletions
|
|
@ -77,8 +77,8 @@ const timeThink_option = ref<any>([
|
||||||
])
|
])
|
||||||
const haveJobReason = ref<any>("")
|
const haveJobReason = ref<any>("")
|
||||||
const haveJob_option = ref<any>([
|
const haveJob_option = ref<any>([
|
||||||
{ label: "มี ", value: 0 },
|
{ label: "มี (ระบุ)", value: 0 },
|
||||||
{ label: "ไม่มี(ระบุ)", value: 1 },
|
{ label: "ไม่มี", value: 1 },
|
||||||
])
|
])
|
||||||
const futureWorkReason = ref<any>("")
|
const futureWorkReason = ref<any>("")
|
||||||
const futureWork_option = ref<any>([
|
const futureWork_option = ref<any>([
|
||||||
|
|
@ -271,7 +271,7 @@ const createResult = async () => {
|
||||||
<q-input
|
<q-input
|
||||||
v-if="haveJob === 0"
|
v-if="haveJob === 0"
|
||||||
v-model="haveJobReason"
|
v-model="haveJobReason"
|
||||||
label="กรอกอื่นๆ"
|
label="กรอกข้อความ"
|
||||||
dense
|
dense
|
||||||
lazy-rules
|
lazy-rules
|
||||||
type="text"
|
type="text"
|
||||||
|
|
@ -290,7 +290,7 @@ const createResult = async () => {
|
||||||
<q-input
|
<q-input
|
||||||
v-if="suggestFriends === 1"
|
v-if="suggestFriends === 1"
|
||||||
v-model="suggestFriendsReason"
|
v-model="suggestFriendsReason"
|
||||||
label="กรอกอื่นๆ"
|
label="กรอกข้อความ"
|
||||||
dense
|
dense
|
||||||
lazy-rules
|
lazy-rules
|
||||||
type="text"
|
type="text"
|
||||||
|
|
@ -309,7 +309,7 @@ const createResult = async () => {
|
||||||
<q-input
|
<q-input
|
||||||
v-if="futureWork === 1"
|
v-if="futureWork === 1"
|
||||||
v-model="futureWorkReason"
|
v-model="futureWorkReason"
|
||||||
label="กรอกอื่นๆ"
|
label="กรอกข้อความ"
|
||||||
dense
|
dense
|
||||||
lazy-rules
|
lazy-rules
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue