zentaopms/extension/lite/project/ext/view/batchedit.lite.html.hook.php
2023-05-16 10:47:08 +08:00

5 lines
152 B
PHP
Executable File

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