no message
This commit is contained in:
parent
7cbe3da509
commit
8048714695
3 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: "เปลี่ยนชื่อ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue