refactor: refs #6643 drop payments title
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
babc217083
commit
a002231d3d
|
@ -123,8 +123,7 @@ function stateColor(row) {
|
||||||
</QDrawer>
|
</QDrawer>
|
||||||
<QPage class="column items-center q-pa-md customer-payments">
|
<QPage class="column items-center q-pa-md customer-payments">
|
||||||
<div class="card-list">
|
<div class="card-list">
|
||||||
<QToolbar class="q-pa-none">
|
<QToolbar class="q-pa-none justify-end">
|
||||||
<QToolbarTitle>{{ t('Web Payments') }}</QToolbarTitle>
|
|
||||||
<QBtn
|
<QBtn
|
||||||
@click="arrayData.refresh()"
|
@click="arrayData.refresh()"
|
||||||
:loading="isLoading"
|
:loading="isLoading"
|
||||||
|
@ -133,7 +132,7 @@ function stateColor(row) {
|
||||||
class="q-mr-sm"
|
class="q-mr-sm"
|
||||||
round
|
round
|
||||||
dense
|
dense
|
||||||
></QBtn>
|
/>
|
||||||
<QBtn @click="grid = !grid" icon="list" color="primary" round dense>
|
<QBtn @click="grid = !grid" icon="list" color="primary" round dense>
|
||||||
<QTooltip>{{ t('Change view') }}</QTooltip>
|
<QTooltip>{{ t('Change view') }}</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
|
|
Loading…
Reference in New Issue