Update tasklist
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s
This commit is contained in:
@@ -11,16 +11,17 @@
|
|||||||
<q-item-label caption>Due: {{ task.dueDate }}</q-item-label>
|
<q-item-label caption>Due: {{ task.dueDate }}</q-item-label>
|
||||||
<q-icon name="star" color="yellow" />
|
<q-icon name="star" color="yellow" />
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-expansion-item
|
<q-item-section>
|
||||||
:header-inset-level="1"
|
<q-expansion-item
|
||||||
expand-separator
|
:header-inset-level="1"
|
||||||
label="Subtasks"
|
expand-separator
|
||||||
default-opened
|
label="Subtasks"
|
||||||
><TaskList
|
default-opened
|
||||||
v-if="task.subtasks && task.subtasks.length"
|
><TaskList
|
||||||
:tasks="task.subtasks"
|
v-if="task.subtasks && task.subtasks.length"
|
||||||
/>
|
:tasks="task.subtasks"
|
||||||
</q-expansion-item>
|
/> </q-expansion-item
|
||||||
|
></q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-separator spaced inset />
|
<q-separator spaced inset />
|
||||||
|
|||||||
Reference in New Issue
Block a user