* Adjust program statistics.

This commit is contained in:
caoyanyi
2024-03-06 14:19:41 +08:00
parent 9c7455a0dd
commit e20ab23ab6
+1
View File
@@ -70,6 +70,7 @@ $(document).off('click', '[data-formaction]').on('click', '[data-formaction]', f
window.footerSummary = function(element, checkedIdList)
{
if(typeof(checkedIdList) == 'undefined') return {};
if(typeof checkedIdList == 'string') return {html: checkedIdList, className: 'text-dark'};
if(!checkedIdList || checkedIdList.length == 0) return {html: element.options.customData.pageSummary, className: 'text-dark'};
const dtable = zui.DTable.query($('#projectviews'));