แก้คำผิด

This commit is contained in:
Warunee Tamkoo 2024-06-13 13:46:12 +07:00
parent 67a03a0722
commit c49e34982d

View file

@ -1,4 +1,5 @@
divdiv<script setup lang="ts">
divdiv
<script setup lang="ts">
import { ref, watch, computed } from "vue";
import { QForm, useQuasar } from "quasar";
import http from "@/plugins/http";
@ -307,7 +308,7 @@ const filterSelector = (val: any, update: Function, name: any) => {
<template>
<q-dialog v-model="props.modal" persistent>
<q-card style="min-width: 900px" >
<q-card style="min-width: 900px">
<q-form
ref="myForm"
greedy
@ -490,14 +491,14 @@ const filterSelector = (val: any, update: Function, name: any) => {
<div class="col-xs-12 col-sm-6">
<q-input
:disable="disbleStatus || status == 'DONE'"
:rules="[(val) => !!val || 'กรุณากรอกทะเบียนฐานันดร']"
:rules="[(val) => !!val || 'กรุณากรอกทะเบียนฐานันดร']"
class="inputgreen"
hide-bottom-space
dense
borderless
outlined
v-model="issue"
label="ทะเบียนฐานันดร"
label="ทะเบียนฐานันดร"
lazy-rules
/>
</div>