ระบบลา fixing layout
This commit is contained in:
parent
2b596355eb
commit
3401ccf43a
12 changed files with 109 additions and 107 deletions
|
|
@ -297,10 +297,6 @@ function checkLeaveType(
|
|||
ordainDayLocationName: string,
|
||||
studyDayTrainingSubject: string
|
||||
) {
|
||||
console.log(leaveTypeName);
|
||||
console.log(leaveTypeId);
|
||||
console.log(ordainDayLocationName);
|
||||
|
||||
if (props.leaveType) {
|
||||
const filtertype = props.leaveType.find((e: any) => e.id === leaveTypeId);
|
||||
const type = filtertype.code;
|
||||
|
|
@ -504,7 +500,7 @@ watch(
|
|||
|
||||
<div
|
||||
flat
|
||||
class="col-xs-12 col-sm-6 q-pa-sm"
|
||||
class="col-xs-12 col-sm-6 q-pa-sm q-gutter-sm"
|
||||
v-if="props.leaveStatus === 'CANCEL'"
|
||||
>
|
||||
<q-input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue