Files
EasySoft-ZenTaoPMS/extension/lite/project/ext/view/batchedit.lite.html.hook.php
T
2022-01-21 13:40:12 +08:00

5 lines
152 B
PHP

<script>
$('#batchEditForm table thead tr th.c-parent').hide();
$('#batchEditForm table tbody tr td [name^="parents"]').closest('td').hide();
</script>