zentaopms/extension/biz/attend/ext/view/settings.oa.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
99 B
PHP

<script>
$(function()
{
$('#ajaxForm .table #signInClient').closest('tr').hide();
})
</script>