แก้ ยื่นใบลา(ต่อ พน)
This commit is contained in:
parent
2e26bf44eb
commit
0cf2adc7d1
10 changed files with 45 additions and 18 deletions
|
|
@ -52,6 +52,14 @@ async function fectOptionType() {
|
|||
messageError($q, err)
|
||||
})
|
||||
}
|
||||
|
||||
function inputEdit(val: boolean) {
|
||||
return {
|
||||
"full-width cursor-pointer ": val,
|
||||
"full-width cursor-pointer inputgreen": !val,
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -74,7 +82,7 @@ async function fectOptionType() {
|
|||
<div class="row">
|
||||
<q-select
|
||||
dense
|
||||
class="col-12 col-sm-6 col-md-4"
|
||||
class="col-12 col-sm-6 col-md-4 inputgreen"
|
||||
outlined
|
||||
v-model="model"
|
||||
:options="dataStore.options"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue