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,
|
||||
|
||||
Reference in New Issue
Block a user