upd: task

Deskripsi:
- update status task
- progress task

No Issues
This commit is contained in:
amel
2024-08-20 17:31:19 +08:00
parent 21c9aa4270
commit 7338d3041b
5 changed files with 37 additions and 7 deletions

View File

@@ -176,8 +176,8 @@ export default function ListDivisionTask() {
</Card.Section>
<Box pt={10}>
<Progress.Root size="xl" radius="xl" style={{ border: `1px solid ${'#BDBDBD'}` }}>
<Progress.Section value={v.status} color="yellow" striped >
<Progress.Label>{v.status}%</Progress.Label>
<Progress.Section value={v.progress} color="yellow" striped >
<Progress.Label>{v.progress}%</Progress.Label>
</Progress.Section>
</Progress.Root>
<Text my={10}>{v.desc}</Text>