Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
:groupname="extrafield"
|
||||
:circuitname="circuitname"
|
||||
:labelextra="col_title ? row[col_title] : ''"
|
||||
:labelFooter="col_footer ? getLabelFooterByRow(row) : ''"
|
||||
:labelFooter="col_footer ? tools.getLabelFooterByRow(row, col_footer, tablesel) : ''"
|
||||
>
|
||||
</CMyUser>
|
||||
|
||||
@@ -782,7 +782,7 @@
|
||||
<div v-if="showColCheck(mycol, tools.TIPOVIS_SHOW_RECORD, false)">
|
||||
<div class="row items-center justify-center q-gutter-md q-ma-xs">
|
||||
<div class="q-ma-xs">
|
||||
<q-field rounded outlined bg-color="orange-3" dense>
|
||||
<q-field rounded outlined :bg-color="$q.dark.isActive ? '' : 'orange-3'" dense>
|
||||
<template v-slot:control>
|
||||
<div class="self-center full-width no-outline" tabindex="0">{{ mycol.label }}</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user