แก้คำผิด
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 { 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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue