Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-10-18 16:48:40 +07:00
commit 989741a7b4
6 changed files with 223 additions and 166 deletions

View file

@ -30,7 +30,7 @@ const stat = ref<StatResponse>({
total: 0,
unContain: 0,
prepareContain: 0,
contain: 0,
done: 0,
disclaim: 0,
report: 0,
});
@ -49,7 +49,7 @@ async function getStat() {
total: statCard.total,
unContain: statCard.unContain,
prepareContain: statCard.prepareContain,
contain: statCard.contain,
done: statCard.done,
disclaim: statCard.disclaim,
report: statCard.report,
};
@ -140,7 +140,7 @@ onMounted(async () => {
color="orange"
/>
<CardTop
:amount="stat.contain"
:amount="stat.done"
label="จำนวนที่บรรจุแล้ว"
color="#4154B3"
/>