Merge commit '5bfdd3cc2a' into develop
This commit is contained in:
commit
aebf13cdc7
53 changed files with 6943 additions and 6197 deletions
|
|
@ -839,10 +839,11 @@ s borderless
|
|||
</template>
|
||||
<script setup lang="ts">
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
import { ref } from "vue";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import type { QForm } from "quasar";
|
||||
// import type { QForm } from "quasar";
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
const mixin = useCounterMixin();
|
||||
const { date2Thai } = mixin;
|
||||
|
|
|
|||
|
|
@ -910,6 +910,8 @@ const radio_2 = ref<any>(null);
|
|||
const radio_3 = ref<any>(null);
|
||||
const radio_4 = ref<any>(null);
|
||||
const option = ref<any>(["นาย ภูริณัฐ บุญขาว", "นาย พงศกร วรารักษ์"]);
|
||||
const text2_1 = ref<string>('');
|
||||
const text2_2 = ref<string>('');
|
||||
|
||||
const onSubmit = () => {
|
||||
$q.notify({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue