แก้คำผิด
This commit is contained in:
parent
67a03a0722
commit
c49e34982d
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue