diff --git a/src/components/information/Other.vue b/src/components/information/Other.vue index d7886ebb..1b1dbaab 100644 --- a/src/components/information/Other.vue +++ b/src/components/information/Other.vue @@ -79,7 +79,7 @@ :borderless="!edit" :model-value="date2Thai(date)" - :rules="[(val) => !!val || `${'กรุณาเลือกวันที่'}`]" + :rules="[(val:string) => !!val || `${'กรุณาเลือกวันที่'}`]" hide-bottom-space :label="`${'วันที่'}`" > @@ -109,7 +109,7 @@ :readonly="!edit" :borderless="!edit" v-model="detail" - :rules="[(val) => !!val || `${'กรุณากรอกรายละเอียด'}`]" + :rules="[(val:string) => !!val || `${'กรุณากรอกรายละเอียด'}`]" hide-bottom-space :label="`${'รายละเอียด'}`" @update:modelValue="clickEditRow" diff --git a/src/modules/05_command/views/salaryLists.vue b/src/modules/05_command/views/salaryLists.vue index 874bc5a0..8ff0486d 100644 --- a/src/modules/05_command/views/salaryLists.vue +++ b/src/modules/05_command/views/salaryLists.vue @@ -1,15 +1,17 @@ @@ -204,7 +244,180 @@ onMounted(() => { Template สำหรับลงในตำแหน่ง/เงินเดือน
-
+
+ +
+ Template และ คำสั่ง +
+ + + + + + + + {{ item.name }} + + + + + + + +
+
+
+ +
+
+
+
+ เพิ่มข้อมูล + + + + + + +
+
+
+ + + + +
+
+
+
+
+
+ + กรุณาเลือกรายการคำสั่ง +
+
+
+
+