Merge commit '5bfdd3cc2a' into develop

This commit is contained in:
Tanyalak 2023-07-14 09:13:49 +07:00
commit aebf13cdc7
53 changed files with 6943 additions and 6197 deletions

View file

@ -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;

View file

@ -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({