説明テキスト追加

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

View File

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