fix
This commit is contained in:
parent
b28f759ac7
commit
3fc10ef14a
3 changed files with 6 additions and 4 deletions
|
|
@ -149,7 +149,9 @@ export const useChangeRoundDataStore = defineStore(
|
|||
roundStart: e.startTimeMorning,
|
||||
roundEnd: e.leaveTimeAfterNoon,
|
||||
currentRound: `${e.startTimeMorning}-${e.leaveTimeAfterNoon}`,
|
||||
effectiveDate: date2Thai(e.effectiveDate) ?? "-",
|
||||
effectiveDate: e.effectiveDate
|
||||
? date2Thai(e.effectiveDate)
|
||||
: "-",
|
||||
}));
|
||||
} else {
|
||||
rows.value = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue