7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit 4eaab6f4ae - Show all commits

View File

@ -348,8 +348,8 @@ const qCheckBoxController = (sale, action) => {
<QTd @click.stop> <QTd @click.stop>
<QCheckbox <QCheckbox
:model-value="!!row.hasSaleGroupDetail" :model-value="!!row.hasSaleGroupDetail"
color="transparent" color="pink"
class="transparent" class="pink"
:toggle-indeterminate="false" :toggle-indeterminate="false"
@update:model-value="clickSaleGroupDetail(row)" @update:model-value="clickSaleGroupDetail(row)"
> >
@ -529,11 +529,11 @@ const qCheckBoxController = (sale, action) => {
<style lang="scss"> <style lang="scss">
$estados: ( $estados: (
info: var(--q-info), 'info': var(--q-info),
warning: var(--q-warning), 'warning': var(--q-warning),
cyan: #00bcd4, 'cyan': #00bcd4,
transparent: transparent, 'pink': pink,
yellow: #ffeb3b, 'yellow': #ffeb3b,
); );
@each $estado, $color in $estados { @each $estado, $color in $estados {