Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -1868,16 +1868,6 @@ export default defineComponent({
|
||||
return ''
|
||||
}
|
||||
|
||||
function getLabelFooterByRow(row: any) {
|
||||
if (props.col_footer) {
|
||||
|
||||
const mycol = fieldsTable.getColByTable(tablesel.value, props.col_footer)
|
||||
if (mycol) {
|
||||
return tools.getValueByRemoteField(mycol, row, row[props.col_footer], props.col_tabfooter)
|
||||
}
|
||||
}
|
||||
return ''
|
||||
}
|
||||
|
||||
function cmdExt(cmd: any, id: any, val2: any) {
|
||||
console.log('cmd', cmd)
|
||||
@@ -2079,7 +2069,6 @@ export default defineComponent({
|
||||
showColCheck,
|
||||
getValueExtra,
|
||||
shared_consts,
|
||||
getLabelFooterByRow,
|
||||
showfilter,
|
||||
cmdExt,
|
||||
visupagedialog,
|
||||
|
||||
@@ -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