ปรับแก้ ui form การลา
This commit is contained in:
parent
bfe73c0efc
commit
906b948ad8
3 changed files with 7 additions and 7 deletions
|
|
@ -287,7 +287,7 @@ function clickReject() {
|
|||
<div class="col-xs-5 col-sm-3 text-grey-8">
|
||||
ชื่อ - นามสกุล
|
||||
</div>
|
||||
<div class="col text-weight-medium">นายปิยรมย์ ศิริธาราฟ</div>
|
||||
<div class="col text-weight-medium">{{ formData.name }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-7 row">
|
||||
|
|
|
|||
|
|
@ -245,14 +245,14 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
|||
return {
|
||||
amounttab1,
|
||||
amounttab2,
|
||||
//ข้อมูลในตาราง
|
||||
/**ข้อมูลใน Table */
|
||||
rows,
|
||||
fetchList,
|
||||
loadTable,
|
||||
columns,
|
||||
visibleColumns,
|
||||
|
||||
//filter table
|
||||
/**ค้นหาข้อมูล */
|
||||
filterTable,
|
||||
selectYear,
|
||||
selectType,
|
||||
|
|
@ -267,7 +267,7 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
|||
statusOp,
|
||||
leaveOps,
|
||||
statusOps,
|
||||
//
|
||||
/** Function แปลงค่า */
|
||||
convertLeave,
|
||||
convertLeaveDaytype,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
|||
leaveSince: new Date("2023-11-10"),
|
||||
leaveTo: new Date("2023-11-15"),
|
||||
leaveNumber: 4,
|
||||
leaveDayType: "halfday",
|
||||
leaveDayType: "allday",
|
||||
leaveLast: new Date("2023-10-15"),
|
||||
phoneNumber: "092-345678",
|
||||
address: "ที่อยู่ที่ติดต่อได้ระหว่างลา",
|
||||
|
|
@ -416,7 +416,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
|||
placeBuddhistLent: "วัดอรุณ ต.เมือง อ.เมือง จ.เชียงใหม่",
|
||||
statusHajj: "ไม่เคย",
|
||||
summons: "ได้รับหมายเรียกของ",
|
||||
location: "ที่",
|
||||
location: "ที่ไหนสักแห่ง",
|
||||
dateReceived: new Date("2023-12-17"),
|
||||
treatmentReceived: "ให้เข้ารับการ",
|
||||
receivingLocation: "ณ ที่",
|
||||
|
|
@ -653,7 +653,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
|||
},
|
||||
{
|
||||
id: "cccccccc-cccc-cccc-cccc-cccccccccccc",
|
||||
leaveType: "leave12",
|
||||
leaveType: "leave13",
|
||||
name: "นายประสิทธิ์ ศรีสุข",
|
||||
Date: new Date("2024-01-01"),
|
||||
status: "PENDING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue