แก้ popup รายการรอบการปฏิบัติงาน
This commit is contained in:
parent
37a39c6037
commit
d10c919b2d
4 changed files with 40 additions and 27 deletions
|
|
@ -36,7 +36,6 @@ const paginationLabel = (start: string, end: string, total: string) => {
|
|||
};
|
||||
|
||||
function openModal(data:any,check:string){
|
||||
console.log(check)
|
||||
modal.value = true
|
||||
editCheck.value = check
|
||||
if(check === 'edit'){
|
||||
|
|
@ -66,7 +65,7 @@ onMounted(() => {
|
|||
pmOut: "15:30",
|
||||
note: "",
|
||||
status: false,
|
||||
isDefault:true
|
||||
isDefault:false
|
||||
},
|
||||
{
|
||||
am: "09:30",
|
||||
|
|
@ -75,7 +74,7 @@ onMounted(() => {
|
|||
pmOut: "15:30",
|
||||
note: "",
|
||||
status: true,
|
||||
isDefault:true
|
||||
isDefault:false
|
||||
},
|
||||
{
|
||||
am: "10:30",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue