✏️ 正在编辑: telefone-table.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter/telefone-table.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<thead> <tr class="top_list"> <th>Nº Telefone</th> <th>Status discador</th> <th>Observações</th> <th>Não perturbe</th> <th>Atende</th> <th>Whatsapp</th> <th>Origem</th> <th>Ura Reversa</th> <th colspan="7"></th> </tr> </thead> <tbody> <?php if(count($this->telefones)): ?> <?php foreach($this->telefones as $telefone): ?> <?= $this->partial('callcenter/telefone-tr.phtml', ['telefone' => $telefone]) ?> <?php endforeach; ?> <?php endif; ?> </tbody>
💾 保存文件
← 返回文件管理器