6892-summaryCardRefact #221

Merged
carlossa merged 12 commits from 6892-summaryCardRefact into dev 2024-03-06 08:43:10 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit fdf09710d8 - Show all commits

View File

@ -143,8 +143,9 @@ watch(props, async () => {
}
.QCheckbox {
display: flex;
// position: absolute;
// left: 0;
position: absolute;
left: 0;
margin-left: auto;
color: gray;
}
}

View File

@ -231,9 +231,11 @@ const creditWarning = computed(() => {
:label="t('customer.summary.username')"
:value="entity.account.name"
/>
<VnLv
<QCheckbox
class="QCheckbox"
:label="t('customer.summary.webAccess')"
:value="entity.account.active"
v-model="entity.account.active"
:disable="true"
/>
</QCard>
<QCard class="vn-one" v-if="entity.account">