{% block htmlHead %} <=%- if htmlHead %=> <=$ htmlHead $=> <=%- endif %=> {% endblock %} {% extends 'template/jhTemplateV4.html'%} {% block vueTemplate %}
{% endblock %} {% block vueScript %} <=%- if hasJhTable %=> {% include 'common/jianghuJs/fixedTableHeightV4.html' %} <=%- endif %=> <=%- if (actionContent | find({isCheckFormBeforeClose: true})) %=> {% include 'component/jianghuJs/jhSaveConfirmDialog.html' %} <=%- endif %=> <=%- if hasJhScene %=> {% include 'component/jianghuJs/jhSceneV4.html' %} <=%- endif %=> <=%- for component in componentList %=> {% include 'component/<=$ component.componentPath $=>.html' %} <=%- endfor %=> <=%- for item in includeList %=> <=%- if item.type != 'vueComponent' and item.type != 'vueUse' %=> <=$ item | includeFormat | safe $=> <=%- endif %=> <=%- endfor %=> {% endblock %}