แก้คำผิด

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