ลาไปศึกษา
This commit is contained in:
parent
ddbcb40488
commit
2ebfacdbc1
4 changed files with 524 additions and 33 deletions
|
|
@ -27,7 +27,7 @@ const route = useRoute();
|
|||
const myform = ref<QForm | null>(null);
|
||||
const $q = useQuasar();
|
||||
|
||||
const model = ref("6");
|
||||
const model = ref("");
|
||||
const modelSpecific = ref("");
|
||||
|
||||
const clickBack = () => {
|
||||
|
|
@ -149,8 +149,8 @@ const onSubmit = async () => {
|
|||
/>
|
||||
<Form8 :on-submit="onSubmit" v-if="model === '6'" style="width: 100%;"/>
|
||||
<Form9
|
||||
:on-submit="onSubmit"
|
||||
v-if="model === '7' && modelSpecific === '0'"
|
||||
:on-submit="onSubmit"
|
||||
v-if="model === '7' && modelSpecific === '0'" style="width: 100%"
|
||||
/>
|
||||
<Form10
|
||||
:on-submit="onSubmit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue