✏️ 正在编辑: dash-board-callcenter.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/callcenter/dash-board-callcenter.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if(isset($this->campanhas_alocadas)): ?> <?php echo $this->render('callcenter/_painel_atendimentos.phtml'); ?> <?php endif;?> <?php if(isset($this->aniversariantes)): ?> <?php echo $this->render('callcenter/aniversariantes.phtml'); ?> <?php endif;?> <?php if(isset($this->agenda)): ?> <?php echo $this->render('callcenter/_agenda.phtml'); ?> <?php endif;?> <?php if(isset($this->metas_operadores)): ?> <?php echo $this->render('callcenter/_metas_operadores.phtml'); ?> <?php endif;?>
💾 保存文件
← 返回文件管理器