no message

This commit is contained in:
setthawutttty 2024-02-20 13:00:28 +07:00
parent 7cbe3da509
commit 8048714695
3 changed files with 11 additions and 2 deletions

View file

@ -70,6 +70,7 @@
:error="dayChecked"
error-message="กรุณากรอก วัน/เดือน/ปี"
:rules="[(val) => !!val || `${'กรุณากรอก วัน/เดือน/ปี'}`]"
hide-bottom-space
/>
<datepicker
v-else
@ -138,8 +139,6 @@
:readonly="!edit"
:borderless="!edit"
v-model="level"
:rules="[(val:string) => !!val || `${'กรุณาเลือกระดับการลงโทษทางวินัย'}`]"
hide-bottom-space
:label="`${'ระดับการลงโทษทางวินัย'}`"
@update:modelValue="clickEditRow"
emit-value

View file

@ -388,6 +388,10 @@ const visibleColumns = ref<String[]>([]);
const Ops = ref<OldNameOps>({
prefixOps: [],
statusOps: [
{
id: "prefix",
name: "เปลี่ยนคำนำหน้าชื่อ",
},
{
id: "firstName",
name: "เปลี่ยนชื่อ",
@ -405,6 +409,10 @@ const Ops = ref<OldNameOps>({
const OpsFilter = ref<OldNameOps>({
prefixOps: [],
statusOps: [
{
id: "prefix",
name: "เปลี่ยนคำนำหน้าชื่อ",
},
{
id: "firstName",
name: "เปลี่ยนชื่อ",