説明テキスト追加

This commit is contained in:
rca 2024-07-22 06:10:21 +09:00
parent d3346ca675
commit b579b2e4dc

View File

@ -1,8 +1,11 @@
<template>
<div class="text-h6" style="display: flex; justify-content: space-between; align-items: center;">
<span>過去のお手伝い</span>
<div class="text-subtitle2">
<span>支払い済みを含む</span>
<q-checkbox v-model="containPaid"></q-checkbox>
</div>
</div>
<q-list padding>
<q-item v-for="(history, index) in props.histories" :key="index" clickable>
<QIcon name="check" color="positive" class="q-my-auto q-mr-sm" v-if="history.isPaid" />